Binding.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定繫結的來源。
public object Source { get; set; }
member this.Source : obj with get, set
屬性值
System.Object
做為系結來源的物件。
備註
如果 Source 不是 Null,則會忽略 BindingContext,並改用 Source。 這允許設定單一 Binding 的來源,而不是套用至 BindableObject 的所有系結。