PropertyValueEditor.CreateEditorAttribute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。
オーバーロード
CreateEditorAttribute(PropertyValueEditor) |
プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。 |
CreateEditorAttribute(Type) |
プロパティ値の変更に特定PropertyValueEditorの型を使用することを指定する新しい EditorAttribute を作成します。 |
CreateEditorAttribute(PropertyValueEditor)
プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。
public:
static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::PropertyValueEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.PropertyValueEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.PropertyValueEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As PropertyValueEditor) As EditorAttribute
パラメーター
- editor
- PropertyValueEditor
新しい PropertyValueEditor を作成する対象の EditorAttribute。
戻り値
指定された EditorAttribute 用の新しい PropertyValueEditor。
適用対象
CreateEditorAttribute(Type)
プロパティ値の変更に特定PropertyValueEditorの型を使用することを指定する新しい EditorAttribute を作成します。
public:
static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ propertyValueEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type propertyValueEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (propertyValueEditorType As Type) As EditorAttribute
パラメーター
- propertyValueEditorType
- Type
新しい PropertyValueEditor を作成する対象の EditorAttribute 型。
戻り値
指定された EditorAttribute 型用の新しい PropertyValueEditor。
適用対象
.NET