DependencyObject.ReadLocalValue(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已設定本機值,則傳回相依性屬性的本機值。
public:
virtual Platform::Object ^ ReadLocalValue(DependencyProperty ^ dp) = ReadLocalValue;
IInspectable ReadLocalValue(DependencyProperty const& dp);
public object ReadLocalValue(DependencyProperty dp);
function readLocalValue(dp)
Public Function ReadLocalValue (dp As DependencyProperty) As Object
參數
要擷取本機值之屬性的 DependencyProperty 識別碼。
傳回
傳回本機值,如果沒有設定本機值,則會傳回 sentinel 值 UnsetValue 。
備註
本機值不一定是有效值。 如需詳細資訊,請參閱相依性屬性概觀。