CategoryEditor.CreateEditorAttribute – metoda (Type)
Nástroj pro metodu, která vytvoří nový EditorAttribute pro zadané CategoryEditor typu.
Obor názvů: Microsoft.Windows.Design.PropertyEditing
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
Public Shared Function CreateEditorAttribute ( _
categoryEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
Type categoryEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
Type^ categoryEditorType
)
static member CreateEditorAttribute :
categoryEditorType:Type -> EditorAttribute
public static function CreateEditorAttribute(
categoryEditorType : Type
) : EditorAttribute
Parametry
- categoryEditorType
Typ: System.Type
CategoryEditor typ, pro který chcete vytvořit nový EditorAttribute.
Vrácená hodnota
Typ: System.ComponentModel.EditorAttribute
Nový EditorAttribute pro zadané CategoryEditor typu.
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ů