Share via


WorkspaceVisualNodeBase.GetChildCollectionForProvider(INodeExtender) Method

Definition

Get the child collection associated with a provider.

public:
 Microsoft::VisualStudio::Workspace::VSIntegration::UI::IChildrenSource ^ GetChildCollectionForProvider(Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^ provider);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.IChildrenSource GetChildCollectionForProvider (Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender provider);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.IChildrenSource? GetChildCollectionForProvider (Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender provider);
member this.GetChildCollectionForProvider : Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.IChildrenSource
Public Function GetChildCollectionForProvider (provider As INodeExtender) As IChildrenSource

Parameters

provider
INodeExtender

provider

Returns

associated children collection

Applies to