Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Set the type name.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Sub SetInstanceType ( _
lifeline As ILifeline, _
instanceType As String _
)
public static void SetInstanceType(
this ILifeline lifeline,
string instanceType
)
[ExtensionAttribute]
public:
static void SetInstanceType(
ILifeline^ lifeline,
String^ instanceType
)
static member SetInstanceType :
lifeline:ILifeline *
instanceType:string -> unit
public static function SetInstanceType(
lifeline : ILifeline,
instanceType : String
)
Parameters
- lifeline
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- instanceType
Type: System.String
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ILifeline. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace