PropertyValueEditor 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 PropertyValueEditor 類別的新執行個體。
多載
PropertyValueEditor() |
建立 PropertyValueEditor 類別的新執行個體。 |
PropertyValueEditor(DataTemplate) |
以用於內嵌編輯器的指定 DataTemplate 建立 PropertyValueEditor 類別的新執行個體。 |
PropertyValueEditor()
建立 PropertyValueEditor 類別的新執行個體。
public:
PropertyValueEditor();
public PropertyValueEditor ();
Public Sub New ()
適用於
PropertyValueEditor(DataTemplate)
以用於內嵌編輯器的指定 DataTemplate 建立 PropertyValueEditor 類別的新執行個體。
public:
PropertyValueEditor(System::Windows::DataTemplate ^ inlineEditorTemplate);
public PropertyValueEditor (System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.PropertyValueEditor : System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.PropertyValueEditor
Public Sub New (inlineEditorTemplate As DataTemplate)
參數
- inlineEditorTemplate
- DataTemplate
用於建立新屬性值編輯器的內嵌編輯器 DataTemplate。