CategoryEditor.CreateEditorAttribute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した EditorAttribute に対して新しい CategoryEditor を作成します。
オーバーロード
CreateEditorAttribute(CategoryEditor) |
指定した EditorAttribute に対して新しい CategoryEditor を作成します。 |
CreateEditorAttribute(Type) |
指定した EditorAttribute 型に対して新しい CategoryEditor を作成します。 |
CreateEditorAttribute(CategoryEditor)
指定した EditorAttribute に対して新しい CategoryEditor を作成します。
public:
static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute
パラメーター
- editor
- CategoryEditor
CategoryEditor新しい EditorAttributeを作成する 対象の 。
戻り値
新しい EditorAttribute。
適用対象
CreateEditorAttribute(Type)
指定した EditorAttribute 型に対して新しい CategoryEditor を作成します。
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
パラメーター
- categoryEditorType
- Type
新しい CategoryEditor を作成する対象の EditorAttribute 型。
戻り値
新しい EditorAttribute。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET