ModelElementReferenceEditor Class

 

Model element 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)

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

public ref class ModelElementReferenceEditor : ReferenceEditorBase

NameDescription
System_CAPS_pubpropertyIsDropDownResizable

(Inherited from UITypeEditor.)

System_CAPS_pubpropertyReferencePicker

The resolved reference picker(Inherited from ReferenceEditorBase.)

NameDescription
System_CAPS_pubmethodEditValue(IServiceProvider^, Object^)

(Inherited from UITypeEditor.)

System_CAPS_pubmethodEditValue(ITypeDescriptorContext^, IServiceProvider^, Object^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEditStyle()

(Inherited from UITypeEditor.)

System_CAPS_pubmethodGetEditStyle(ITypeDescriptorContext^)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPaintValueSupported()

(Inherited from UITypeEditor.)

System_CAPS_pubmethodGetPaintValueSupported(ITypeDescriptorContext^)

(Inherited from UITypeEditor.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPaintValue(Object^, Graphics^, Rectangle)

(Inherited from UITypeEditor.)

System_CAPS_pubmethodPaintValue(PaintValueEventArgs^)

(Inherited from UITypeEditor.)

System_CAPS_protmethodPickReference(ITypeDescriptorContext^, IWindowsFormsEditorService^, Store^, ModelBusReference^)
System_CAPS_protmethodResolveReferencePicker(IServiceProvider^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: