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 | |
---|---|---|
ModelReferenceEditor() |
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