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)
Inheritance Hierarchy
System.Object
System.Drawing.Design.UITypeEditor
Microsoft.VisualStudio.Modeling.Integration.Picker.ReferenceEditorBase
Microsoft.VisualStudio.Modeling.Integration.Picker.ModelElementReferenceEditor
Syntax
public class ModelElementReferenceEditor : ReferenceEditorBase
public ref class ModelElementReferenceEditor : ReferenceEditorBase
type ModelElementReferenceEditor =
class
inherit ReferenceEditorBase
end
Public Class ModelElementReferenceEditor
Inherits ReferenceEditorBase
Constructors
Name | Description | |
---|---|---|
ModelElementReferenceEditor() |
Properties
Name | Description | |
---|---|---|
IsDropDownResizable | (Inherited from UITypeEditor.) |
|
ReferencePicker | The resolved reference picker(Inherited from ReferenceEditorBase.) |
Methods
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