Share via


PropertyMap.Apply(String) 方法

定义

根据源对象的当前属性值,为指定属性运行属性转换器。

public:
 void Apply(System::String ^ propertyName);
public void Apply (string propertyName);
member this.Apply : string -> unit
Public Sub Apply (propertyName As String)

参数

propertyName
String

要转换的属性的名称。

例外

propertyName 给定的属性不存在于 SourceObject 上。

适用于

另请参阅