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!

ParentRelationValueEditor.FillTreeWithData

[To be supplied.]

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

Parameters

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

See Also

ParentRelationValueEditor Class | ParentRelationValueEditor Members | System.Data.Design Namespace