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