ObjectSelectorEditor.FillTreeWithData 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.
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.