ModelBrowserBase.Host Property

 

Model Browser Host.

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

protected virtual IModelBrowserHost Host { get; }
protected:
property IModelBrowserHost^ Host {
    virtual IModelBrowserHost^ get();
}
abstract Host : IModelBrowserHost with get
override Host : IModelBrowserHost with get
Protected Overridable ReadOnly Property Host As IModelBrowserHost

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.Picker.IModelBrowserHost

See Also

ModelBrowserBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top