ObjectSelectorEditor.FillTreeWithData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ラベル付けされた項目の階層コレクションを設定します。各項目は、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)
パラメーター
- selector
- ObjectSelectorEditor.Selector
ラベル付けされた項目の階層コレクション。
- context
- ITypeDescriptorContext
コンポーネントの文脈情報。
- provider
- IServiceProvider
サービスを提供するオブジェクトを取得する、このインターフェイスの GetService(Type) メソッド。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET