StandardVerbs Enumeration

 

Describes the constants that are used to enable standard verbs.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

[FlagsAttribute]
public enum StandardVerbs
[FlagsAttribute]
public enum class StandardVerbs
[<FlagsAttribute>]
type StandardVerbs
<FlagsAttribute>
Public Enumeration StandardVerbs

Members

Member name Description
Copy

Copy verb.

Cut

Cut verb.

Delete

Delete verb.

None

No verb.

Paste

Paste verb.

Print

Print verb.

Properties

Properties verb.

Refresh

Refresh verb.

Rename

Rename verb.

See Also

View
SelectionData
Microsoft.ManagementConsole Namespace

Return to top