共用方式為


IProfile.PropertyTypes 屬性

設定檔中使用的屬性類型的定義。

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

語法

'宣告
ReadOnly Property PropertyTypes As IEnumerable(Of IPropertyType)
    Get
IEnumerable<IPropertyType> PropertyTypes { get; }
property IEnumerable<IPropertyType^>^ PropertyTypes {
    IEnumerable<IPropertyType^>^ get ();
}
abstract PropertyTypes : IEnumerable<IPropertyType>
function get PropertyTypes () : IEnumerable<IPropertyType>

屬性值

型別:System.Collections.Generic.IEnumerable<IPropertyType>

.NET Framework 安全性

請參閱

參考

IProfile 介面

Microsoft.VisualStudio.Uml.Profiles 命名空間