ITypedElement.Type 屬性

可指派給項目的型別執行個體。如果未指定,可以指派任何執行個體。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Type As IType
IType Type { get; set; }
property IType^ Type {
    IType^ get ();
    void set (IType^ value);
}
abstract Type : IType with get, set
function get Type () : IType
function set Type (value : IType)

屬性值

型別:Microsoft.VisualStudio.Uml.Classes.IType

.NET Framework 安全性

請參閱

參考

ITypedElement 介面

Microsoft.VisualStudio.Uml.Classes 命名空間