IModelBrowser Interface
IModelBrowser - is the browser contract for the WPF user controls that act as the model browsers in the picker dialog.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Public Interface IModelBrowser
public interface IModelBrowser
public interface class IModelBrowser
type IModelBrowser = interface end
public interface IModelBrowser
The IModelBrowser type exposes the following members.
Properties
Name | Description | |
---|---|---|
Title | The browser's title |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the reference | |
Initialize | Sets the host | |
IsValid | Validation method |
Top
Events
Name | Description | |
---|---|---|
ReferenceChanged | Fired when selected a reference |
Top
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace