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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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
Public property Title The browser's title

Top

Methods

  Name Description
Public method Clear Clears the reference
Public method Initialize Sets the host
Public method IsValid Validation method

Top

Events

  Name Description
Public event ReferenceChanged Fired when selected a reference

Top

See Also

Reference

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace