CategoryEditor.CreateEditorAttribute Method

Definition

Overloads

CreateEditorAttribute(CategoryEditor)
CreateEditorAttribute(Type)

CreateEditorAttribute(CategoryEditor)

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute

Parameters

Returns

Applies to

CreateEditorAttribute(Type)

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ categoryEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type categoryEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (categoryEditorType As Type) As EditorAttribute

Parameters

categoryEditorType
Type

Returns

Applies to