TextRange.GetPropertyValue(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回目前選取範圍上之指定格式化屬性的有效值。
public:
System::Object ^ GetPropertyValue(System::Windows::DependencyProperty ^ formattingProperty);
public object GetPropertyValue (System.Windows.DependencyProperty formattingProperty);
member this.GetPropertyValue : System.Windows.DependencyProperty -> obj
Public Function GetPropertyValue (formattingProperty As DependencyProperty) As Object
參數
- formattingProperty
- DependencyProperty
用來依據目前選取範圍取得值的格式化屬性。
傳回
物件,指定指定之格式化屬性的值。
例外狀況
當 formattingProperty
沒有指定有效的格式化屬性或當 value
對 formattingProperty
指定無效的值時發生。
於 formattingProperty
為 null
時發生。
備註
為了傳回屬性值,整個 TextRange 必須延伸至只有一個 值的 formattingProperty
文字。 如果 在 TextRange 文字上延伸,並傳回具有兩個或多個不同值的 formattingProperty
文字 UnsetValue 。