Sdílet prostřednictvím


IStereotypeInstance.Element – vlastnost

Prvek, na který je aplikován stereotyp.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
Property Element As IElement
IElement Element { get; set; }
property IElement^ Element {
    IElement^ get ();
    void set (IElement^ value);
}
abstract Element : IElement with get, set
function get Element () : IElement 
function set Element (value : IElement)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.IElement

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IStereotypeInstance Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů