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!

TemplatedControlDesigner.GetTemplateVerbs

Gets the verbs currently available to the template.

[Visual Basic]
Overridable Public Function GetTemplateVerbs() As DesignerVerb ()
[C#]
public virtual DesignerVerb[] GetTemplateVerbs();
[C++]
public: virtual DesignerVerb* GetTemplateVerbs() [];
[JScript]
public function GetTemplateVerbs() : DesignerVerb[];

Return Value

An array of type DesignerVerb containing the verbs available to the template.

See Also

TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace