IPropertyType 介面
在設定檔定義中,在造型中定義之屬性類型的描述。
命名空間: Microsoft.VisualStudio.Uml.Profiles
組件: Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
語法
'宣告
Public Interface IPropertyType
public interface IPropertyType
public interface class IPropertyType
type IPropertyType = interface end
public interface IPropertyType
IPropertyType 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Name | 屬性的名稱,例如 "System.String"。 | |
Profile | 在其中定義屬性型別的設定檔。 | |
Properties | 具有此屬性類型的設定檔屬性。 |
回頁首
備註
注意事項 |
---|
這個型別中定義的方法是擴充方法。 若要使用方法,您必須將專案參考加入至 .NET 組件 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,而且必須將指示詞 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; 包含在程式碼中。 |