IModelBrowserHost.ModelBrowser Property
Gets the IModelBrowser
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
IModelBrowser ModelBrowser { get; }
property IModelBrowser^ ModelBrowser {
IModelBrowser^ get();
}
abstract ModelBrowser : IModelBrowser with get
ReadOnly Property ModelBrowser As IModelBrowser
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.Picker.IModelBrowser
See Also
IModelBrowserHost Interface
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top