共用方式為


IStereotypeInstance.Profile 屬性

在其中定義造型的設定檔。

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

語法

'宣告
Property Profile As String
    Get
    Set
string Profile { get; set; }
property String^ Profile {
    String^ get ();
    void set (String^ value);
}
abstract Profile : string with get, set
function get Profile () : String
function set Profile (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IStereotypeInstance 介面

Microsoft.VisualStudio.Uml.Classes 命名空間