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
System_CAPS_pubproperty Title

The browser's title

Methods

Name Description
System_CAPS_pubmethod Clear()

Clears the reference

System_CAPS_pubmethod Initialize(IModelBrowserHost)

Sets the host

System_CAPS_pubmethod IsValid()

Validation method

Events

Name Description
System_CAPS_pubevent ReferenceChanged

Fired when selected a reference

See Also

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top