IModelBrowserHost Interface

 

This is the contract class for the host that want to host the IModelBrowser WPF user control.

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

public interface class IModelBrowserHost

NameDescription
System_CAPS_pubpropertyMetadata

Collections of limitations, hints and etc to by used by the browsers

System_CAPS_pubpropertyModelBrowser

Gets the IModelBrowser

System_CAPS_pubpropertyModelBus

Gets the IModelBus

System_CAPS_pubpropertyReference

Gets the ModelBusReference

NameDescription
System_CAPS_pubmethodCancelAndClose()

Closes the host without validating (cancel action)

System_CAPS_pubmethodClear()

Clears the references (set's it to null)

System_CAPS_pubmethodCloseIfValid()

Closes the host if it validates correctly (ok action)

System_CAPS_pubmethodResizeToMeasure()

Requests the host to re-measure the control in order to potentially grow/shrink based on the new size requirements

Return to top
Show: