共用方式為


ModelBusReference.ElementDisplayName 屬性

 

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

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

語法

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

屬性值

Type: System.String

請參閱

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

回到頁首