XmlDataProvider.IsAsynchronous 屬性

定義

取得或設定值,指出節點集合建立要在背景工作執行緒中執行,或是在目前的內容中執行。

public:
 property bool IsAsynchronous { bool get(); void set(bool value); };
public bool IsAsynchronous { get; set; }
member this.IsAsynchronous : bool with get, set
Public Property IsAsynchronous As Boolean

屬性值

如果在背景工作執行緒中執行節點集合建立,就是 true,否則就是 false。 預設值是 true

適用於

另請參閱