ObjectSelectorEditor.FillTreeWithData Method

Definition

Fills a hierarchical collection of labeled items, with each item represented by a TreeNode.

protected:
 virtual void FillTreeWithData(System::ComponentModel::Design::ObjectSelectorEditor::Selector ^ selector, System::ComponentModel::ITypeDescriptorContext ^ context, IServiceProvider ^ provider);
protected virtual void FillTreeWithData (System.ComponentModel.Design.ObjectSelectorEditor.Selector selector, System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider);
protected virtual void FillTreeWithData (System.ComponentModel.Design.ObjectSelectorEditor.Selector selector, System.ComponentModel.ITypeDescriptorContext? context, IServiceProvider provider);
abstract member FillTreeWithData : System.ComponentModel.Design.ObjectSelectorEditor.Selector * System.ComponentModel.ITypeDescriptorContext * IServiceProvider -> unit
override this.FillTreeWithData : System.ComponentModel.Design.ObjectSelectorEditor.Selector * System.ComponentModel.ITypeDescriptorContext * IServiceProvider -> unit
Protected Overridable Sub FillTreeWithData (selector As ObjectSelectorEditor.Selector, context As ITypeDescriptorContext, provider As IServiceProvider)

Parameters

selector
ObjectSelectorEditor.Selector

A hierarchical collection of labeled items.

context
ITypeDescriptorContext

The context information for a component.

provider
IServiceProvider

The GetService(Type) method of this interface that obtains the object that provides the service.

Applies to