共用方式為


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; 包含在程式碼中。

請參閱

參考

Microsoft.VisualStudio.Uml.Profiles 命名空間