DependencyPropertyDescriptor.GetValue(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳元件屬性的當前值。
public:
override System::Object ^ GetValue(System::Object ^ component);
public override object GetValue(object component);
override this.GetValue : obj -> obj
Public Overrides Function GetValue (component As Object) As Object
參數
- component
- Object
元件實例。
傳回
就是要求的價值。
備註
此方法依賴底層 PropertyDescriptor。