NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjectSelectorEditor.FillTreeWithData

[To be supplied.]

[Visual Basic]
Overridable Protected Sub FillTreeWithData( _
   ByVal selector As ObjectSelectorEditor.Selector, _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceObjectProvider _
)
[C#]
protected virtual void FillTreeWithData(
   ObjectSelectorEditor.Selector selector,
   ITypeDescriptorContext context,
   IServiceObjectProvider provider
);
[C++]
protected: virtual void FillTreeWithData(
   ObjectSelectorEditor.Selector* selector,
   ITypeDescriptorContext* context,
   IServiceObjectProvider* provider
);
[JScript]
protected function FillTreeWithData(
   selector : ObjectSelectorEditor.Selector,
   context : ITypeDescriptorContext,
   provider : IServiceObjectProvider
);

Parameters

selector
[To be supplied.]
context
[To be supplied.]
provider
[To be supplied.]

See Also

ObjectSelectorEditor Class | ObjectSelectorEditor Members | System.ComponentModel.Design Namespace