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!

DataListComponentEditor.GetComponentEditorPages

Gets the set of component editor pages owned by the designer.

[Visual Basic]
Overrides Protected Function GetComponentEditorPages() As Type ()
[C#]
protected override Type[] GetComponentEditorPages();
[C++]
protected: override Type* GetComponentEditorPages() [];
[JScript]
protected override function GetComponentEditorPages() : Type[];

Return Value

The pages owned by the designer.

See Also

DataListComponentEditor Class | DataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace | BaseComponentEditor