ILifeline.Represents – vlastnost
Pokud je definována, interakce popisuje interakcí v rámci struktury třídění a tato životnost představuje určité části nebo ConnectableElement.
Obor názvů: Microsoft.VisualStudio.Uml.Interactions
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
Property Represents As IConnectableElement
IConnectableElement Represents { get; set; }
property IConnectableElement^ Represents {
IConnectableElement^ get ();
void set (IConnectableElement^ value);
}
abstract Represents : IConnectableElement with get, set
function get Represents () : IConnectableElement
function set Represents (value : IConnectableElement)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.