ModelReferenceEditor Class

 

Model reference editor

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

Inheritance Hierarchy

System.Object
  System.Drawing.Design.UITypeEditor
    Microsoft.VisualStudio.Modeling.Integration.Picker.ReferenceEditorBase
      Microsoft.VisualStudio.Modeling.Integration.Picker.ModelReferenceEditor

Syntax

public class ModelReferenceEditor : ReferenceEditorBase
public ref class ModelReferenceEditor : ReferenceEditorBase
type ModelReferenceEditor = 
    class
        inherit ReferenceEditorBase
    end
Public Class ModelReferenceEditor
    Inherits ReferenceEditorBase

Constructors

Name Description
System_CAPS_pubmethod ModelReferenceEditor()

Properties

Name Description
System_CAPS_pubproperty IsDropDownResizable

(Inherited from UITypeEditor.)

System_CAPS_pubproperty ReferencePicker

The resolved reference picker(Inherited from ReferenceEditorBase.)

Methods

Name Description
System_CAPS_pubmethod EditValue(IServiceProvider, Object)

(Inherited from UITypeEditor.)

System_CAPS_pubmethod EditValue(ITypeDescriptorContext, IServiceProvider, Object)

Edits ModelBusReference in resolved Host using resolved BrowserType(Inherited from ReferenceEditorBase.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEditStyle()

(Inherited from UITypeEditor.)

System_CAPS_pubmethod GetEditStyle(ITypeDescriptorContext)

Returns the edit style base on the IReferencePicker, if not available then NONE(Inherited from ReferenceEditorBase.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPaintValueSupported()

(Inherited from UITypeEditor.)

System_CAPS_pubmethod GetPaintValueSupported(ITypeDescriptorContext)

(Inherited from UITypeEditor.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod PaintValue(Object, Graphics, Rectangle)

(Inherited from UITypeEditor.)

System_CAPS_pubmethod PaintValue(PaintValueEventArgs)

(Inherited from UITypeEditor.)

System_CAPS_protmethod PickReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Picks reference using model picker(Overrides ReferenceEditorBase.PickReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference).)

System_CAPS_protmethod ResolveReferencePicker(IServiceProvider)

Resolves the reference picker and returns true if resolved(Inherited from ReferenceEditorBase.)

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.Picker Namespace

Return to top