ReferenceEditorBase Class
Base reference editor class. Used for edititng ModelBusReference in property browser.
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
Microsoft.VisualStudio.Modeling.Integration.Picker.ModelReferenceEditor
Syntax
public abstract class ReferenceEditorBase : UITypeEditor
public ref class ReferenceEditorBase abstract : UITypeEditor
[<AbstractClass>]
type ReferenceEditorBase =
class
inherit UITypeEditor
end
Public MustInherit Class ReferenceEditorBase
Inherits UITypeEditor
Constructors
Name | Description | |
---|---|---|
ReferenceEditorBase() |
Properties
Name | Description | |
---|---|---|
IsDropDownResizable | (Inherited from UITypeEditor.) |
|
ReferencePicker | The resolved reference picker |
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