PropertyMap.Apply(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據來源物件目前的屬性值,針對指定屬性執行屬性翻譯。
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
指定的屬性。