VSReferencePicker Class
VS-Hosted ReferencePicker
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.VSReferencePicker
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)
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
Top
Properties
Top
Methods
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PickElementReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
Picks element reference using file-based mode-element browser |
|
PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
Picks element reference in UITypeEditor context |
|
PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
Picks element reference using file-based mode-element browser |
|
PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
Picks element reference in UITypeEditor context |
|
PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
Picks model reference using file-based mode browser |
|
PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
Picks model reference in UITypeEditor context |
|
PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
Picks model reference using file-based mode browser |
|
PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
Picks model reference in UITypeEditor context |
|
PickReference(Type, IServiceProvider, Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
Picks a reference not in UITypeEditor context |
|
PickReference(ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference) |
Picks a reference in UITypeEditor context |
|
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