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
public interface IModelBrowser
public interface class IModelBrowser
type IModelBrowser = interface end
Public Interface IModelBrowser
Properties
Name | Description | |
---|---|---|
![]() |
Title | The browser's title |
Methods
Name | Description | |
---|---|---|
![]() |
Clear() | Clears the reference |
![]() |
Initialize(IModelBrowserHost) | Sets the host |
![]() |
IsValid() | Validation method |
Events
Name | Description | |
---|---|---|
![]() |
ReferenceChanged | Fired when selected a reference |
See Also
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top