Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

 

Classes

Class Description
System_CAPS_pubclass ApplyAdapterLimitationsAttribute

Filtering attribute used by the Picker to filter out any ModelBusReferences that do not refer to an adapter of the specified logical adapter id.

System_CAPS_pubclass ApplyElementTypeLimitationsAttribute

Filtering attribute used by the Picker to filter out any ModelBusReferences that do not represent an element type of the specified element type

System_CAPS_pubclass BrokenReferenceDetector

Detects broken references

System_CAPS_pubclass ModelBusReferenceExtensionMethods

Extension methods for ModelBusReference

System_CAPS_pubclass ModelElementReferenceEditor

Model element reference editor

System_CAPS_pubclass ModelReferenceEditor

Model reference editor

System_CAPS_pubclass PickerMetadataBaseAttribute

Base class for picker meta data classes

System_CAPS_pubclass ReferenceChangedEventArgs

ReferenceChangedEventArgs Class - used in ReferenceChangedEvent Contains a NewReference

System_CAPS_pubclass ReferenceEditorBase

Base reference editor class. Used for edititng ModelBusReference in property browser.

System_CAPS_pubclass SupplyFileBasedBrowserConfigurationAttribute

Supplies configuration for file based model browser <example> The folowing code will supply a configuration that will display "DSL Models" in the caption and filter all the dsl and diagram extensions [SupplyFileBasedBrowserConfiguration("DSL Models", "Model file|*.dsl|Diagram file|*.diagram")] public ModelBusReference MyReference { get; set; } </example>

Interfaces

Interface Description
System_CAPS_pubinterface IModelBrowser

IModelBrowser - is the browser contract for the WPF user controls that act as the model browsers in the picker dialog.

System_CAPS_pubinterface IModelBrowserHost

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

Return to top