Share via


VSReferencePicker Class

VS-Hosted ReferencePicker

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class VSReferencePicker _
    Implements IReferencePicker, SReferencePicker
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

The VSReferencePicker type exposes the following members.

Constructors

  Name Description
Public method VSReferencePicker

Top

Properties

  Name Description
Public property DefaultEditStyle Modal Dialog edit style
Protected property DefaultElementBrowser
Protected property DefaultModelBrowser

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PickElementReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) Picks element reference using file-based mode-element browser
Public method PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) Picks element reference in UITypeEditor context
Public method PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) Picks element reference using file-based mode-element browser
Public method PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) Picks element reference in UITypeEditor context
Public method PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) Picks model reference using file-based mode browser
Public method PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) Picks model reference in UITypeEditor context
Public method PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) Picks model reference using file-based mode browser
Public method PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) Picks model reference in UITypeEditor context
Protected method PickReference(Type, IServiceProvider, Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) Picks a reference not in UITypeEditor context
Protected method PickReference(ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference) Picks a reference in UITypeEditor context
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Reference

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