共用方式為


IProfileInstance.Name 屬性

此 ProfileInstance 在其封裝中套用之設定檔的名稱。

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

語法

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

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IProfileInstance 介面

Microsoft.VisualStudio.Uml.Classes 命名空間