WorkspaceVisualNodeBase.GetChildCollectionForProvider(INodeExtender) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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