PropertyEntry.CreatePropertyValueInstance 方法

定义

使宿主基础结构能够创建新的特定于宿主的 PropertyValue 实例。

protected:
 abstract System::Activities::Presentation::PropertyEditing::PropertyValue ^ CreatePropertyValueInstance();
protected abstract System.Activities.Presentation.PropertyEditing.PropertyValue CreatePropertyValueInstance ();
abstract member CreatePropertyValueInstance : unit -> System.Activities.Presentation.PropertyEditing.PropertyValue
Protected MustOverride Function CreatePropertyValueInstance () As PropertyValue

返回

PropertyValue

一个新 PropertyValue 对象。

适用于