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!

IMenuCommandService.Verbs

Gets or sets an array of type DesignerVerb that indicates the set of verbs that are currently available.

[Visual Basic]
ReadOnly Property Verbs As DesignerVerb ()
[C#]
DesignerVerb[] Verbs {get;}
[C++]
DesignerVerb* get_Verbs() = 0;
[JScript]
abstract function get Verbs() : DesignerVerb[];

Property Value

An array of type DesignerVerb that indicates the set of verbs that are currently available.

Remarks

The set of verbs consists of a merge of global verbs, which are added by the AddVerb method on this interface, and individual designer verbs, which are offered by individual designers. If the name of a global verb conflicts with a designer verb, the designer verb will take precedence.

See Also

IMenuCommandService Interface | IMenuCommandService Members | System.ComponentModel.Design Namespace