ModelBusReference.ModelBus 屬性
命名空間: Microsoft.VisualStudio.Modeling.Integration
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
public IModelBus ModelBus { get; private set; }
public:
property IModelBus^ ModelBus {
IModelBus^ get();
private: void set(IModelBus^ value);
}
member ModelBus : IModelBus with get, private set
Public Property ModelBus As IModelBus
Get
Private Set
End Property
屬性值
Type: Microsoft.VisualStudio.Modeling.Integration.IModelBus
請參閱
ModelBusReference 類別
Microsoft.VisualStudio.Modeling.Integration 命名空間
回到頁首