IVsDataExplorerNode.GetChildren(Boolean) Yöntem

Tanım

Geçerli düğüm için tüm alt düğümlerin bir koleksiyonunu alır.

public:
 Microsoft::VisualStudio::Data::Services::IVsDataExplorerChildNodeCollection ^ GetChildren(bool allowAsync);
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection GetChildren (bool allowAsync);
abstract member GetChildren : bool -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Public Function GetChildren (allowAsync As Boolean) As IVsDataExplorerChildNodeCollection

Parametreler

allowAsync
Boolean

Zaman uyumsuz yürütmeye izin verilip verilmeyeceğini belirten bir Boole değeri (true) veya (false).

Döndürülenler

IVsDataExplorerChildNodeCollection

IVsDataExplorerChildNodeCollectionBu düğümün alt düğümlerini içeren bir nesne.

Şunlara uygulanır