CategoryEditor.CreateEditorAttribute – metoda (CategoryEditor)
Nástroj pro metodu, která vytvoří nový EditorAttribute pro zadané CategoryEditor.
Obor názvů: Microsoft.Windows.Design.PropertyEditing
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
Public Shared Function CreateEditorAttribute ( _
editor As CategoryEditor _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
CategoryEditor editor
)
public:
static EditorAttribute^ CreateEditorAttribute(
CategoryEditor^ editor
)
static member CreateEditorAttribute :
editor:CategoryEditor -> EditorAttribute
public static function CreateEditorAttribute(
editor : CategoryEditor
) : EditorAttribute
Parametry
- editor
Typ: Microsoft.Windows.Design.PropertyEditing.CategoryEditor
CategoryEditor pro které chcete vytvořit novou instanci EditorAttribute.
Vrácená hodnota
Typ: System.ComponentModel.EditorAttribute
Nový EditorAttribute pro zadané CategoryEditor.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
CreateEditorAttribute – přetížení
Microsoft.Windows.Design.PropertyEditing – obor názvů