共用方式為


DependencyPropertyValueSource.IsLocalResource 屬性

定義

取得值,這個值表示此屬性是否設定為資源值 (出現在一段程式碼內、以巢狀方式放置在該區段的區段內,或函式定義中正式參數宣告的清單內)。

public:
 property bool IsLocalResource { bool get(); };
public bool IsLocalResource { get; }
member this.IsLocalResource : bool
Public ReadOnly Property IsLocalResource As Boolean

屬性值

如果屬性已設定為本機資源值,則為 true,否則為 false

適用於