PropertyMappingExceptionEventArgs.PropertyValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與屬性對應錯誤相關聯之屬性的值。
public:
property System::Object ^ PropertyValue { System::Object ^ get(); };
public object PropertyValue { get; }
member this.PropertyValue : obj
Public ReadOnly Property PropertyValue As Object
屬性值
代表屬性值的物件,此屬性與屬性對應錯誤相關聯。