VSReferencePicker Class

 

VS-Hosted ReferencePicker

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.VSReferencePicker

Syntax

public class VSReferencePicker : IReferencePicker, SReferencePicker
public ref class VSReferencePicker : IReferencePicker, SReferencePicker
type VSReferencePicker = 
    class
        interface IReferencePicker
        interface SReferencePicker
    end
Public Class VSReferencePicker
    Implements IReferencePicker, SReferencePicker

Constructors

Name Description
System_CAPS_pubmethod VSReferencePicker()

Properties

Name Description
System_CAPS_pubproperty DefaultEditStyle

Modal Dialog edit style

System_CAPS_protproperty DefaultElementBrowser

System_CAPS_protproperty DefaultModelBrowser

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Picks element reference in UITypeEditor context

System_CAPS_pubmethod PickElementReference(Store, ModelBusReference, PickerMetadataBaseAttribute[])

Picks element reference using file-based mode-element browser

System_CAPS_pubmethod PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, PickerMetadataBaseAttribute[])

Picks element reference using file-based mode-element browser

System_CAPS_pubmethod PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference)

Picks element reference in UITypeEditor context

System_CAPS_pubmethod PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Picks model reference in UITypeEditor context

System_CAPS_pubmethod PickModelReference(Store, ModelBusReference, PickerMetadataBaseAttribute[])

Picks model reference using file-based mode browser

System_CAPS_pubmethod PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, PickerMetadataBaseAttribute[])

Picks model reference using file-based mode browser

System_CAPS_pubmethod PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference)

Picks model reference in UITypeEditor context

System_CAPS_protmethod PickReference(ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference)

Picks a reference in UITypeEditor context

System_CAPS_protmethod PickReference(Type, IServiceProvider, Store, ModelBusReference, PickerMetadataBaseAttribute[])

Picks a reference not in UITypeEditor context

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top