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 对象。

适用于