共用方式為


ModelBusAdapterManager.ModelBus 屬性

 

取得這個 ModelBusAdapterManager 登錄至的 Backplane 執行個體。

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

語法

public IModelBus ModelBus { get; internal set; }
public:
property IModelBus^ ModelBus {
    IModelBus^ get();
    internal: void set(IModelBus^ value);
}
member ModelBus : IModelBus with get, internal set
Public Property ModelBus As IModelBus
    Get
    Friend Set
End Property

屬性值

Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus

請參閱

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

回到頁首