共用方式為


Binding.Source 屬性

定義

取得或設定繫結的來源。

public:
 property System::Object ^ Source { System::Object ^ get(); void set(System::Object ^ value); };
public object Source { get; set; }
member this.Source : obj with get, set
Public Property Source As Object

屬性值

做為系結來源的物件。

備註

如果 Source 不是 Null,則會忽略 BindingCoNtext,並改用 Source。 這允許設定單一系結的來源,而不是套用至 BindableObject 的所有系結。

適用於