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.

适用于

另请参阅