ObjectSelectorEditor::FillTreeWithData Method (ObjectSelectorEditor::Selector^, ITypeDescriptorContext^, IServiceProvider^)
.NET Framework (current version)
Fills a hierarchical collection of labeled items, with each item represented by a TreeNode.
Assembly: System.Design (in System.Design.dll)
protected: virtual void FillTreeWithData( ObjectSelectorEditor::Selector^ selector, ITypeDescriptorContext^ context, IServiceProvider^ provider )
Parameters
- selector
-
Type:
System.ComponentModel.Design::ObjectSelectorEditor::Selector^
A hierarchical collection of labeled items.
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The context information for a component.
- provider
-
Type:
System::IServiceProvider^
The GetService method of this interface that obtains the object that provides the service.
.NET Framework
Available since 1.1
Available since 1.1
Show: