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!

TypeListEditor.GetCreationBundle

[To be supplied.]

[Visual Basic]
Overrides Public Function GetCreationBundle( _
   ByVal value As Object _
) As CreationBundle
[C#]
public override CreationBundle GetCreationBundle(
   object value
);
[C++]
public: override CreationBundle* GetCreationBundle(
   Object* value
);
[JScript]
public override function GetCreationBundle(
   value : Object
) : CreationBundle;

Parameters

value
[To be supplied.]

See Also

TypeListEditor Class | TypeListEditor Members | System.WinForms.ComponentModel Namespace