共用方式為


ModelBusReference.ModelDisplayName 屬性

 

使用者易記的模型顯示名稱

命名空間:   Microsoft.VisualStudio.Modeling.Integration
組件:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)

語法

public string ModelDisplayName { get; private set; }
public:
property String^ ModelDisplayName {
    String^ get();
    private: void set(String^ value);
}
member ModelDisplayName : string with get, private set
Public Property ModelDisplayName As String
    Get
    Private Set
End Property

屬性值

Type: System.String

請參閱

ModelBusReference 類別
Microsoft.VisualStudio.Modeling.Integration 命名空間

回到頁首