IStereotypeInstance.Element 属性

将应用构造型的元素。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Element As IElement
    Get
    Set
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)

属性值

类型:Microsoft.VisualStudio.Uml.Classes.IElement

.NET Framework 安全性

请参见

参考

IStereotypeInstance 接口

Microsoft.VisualStudio.Uml.Classes 命名空间