共用方式為


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

要翻譯的屬性名稱。

例外狀況

SourceObject 中沒有 propertyName 指定的屬性。

適用於

另請參閱