CommandValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Command Type
public enum CommandValues
public readonly struct CommandValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CommandValues>, IEquatable<DocumentFormat.OpenXml.Presentation.CommandValues>
type CommandValues =
type CommandValues = struct
interface IEnumValue
interface IEnumValueFactory<CommandValues>
Public Enum CommandValues
Public Structure CommandValues
Implements IEnumValue, IEnumValueFactory(Of CommandValues), IEquatable(Of CommandValues)
- Inheritance
-
CommandValues
- Inheritance
-
CommandValues
Fields
Name | Value | Description |
---|---|---|
Event | 0 | Command Type Enum ( Event ). When the item is serialized out as xml, its value is "evt". |
Call | 1 | Command Type Enum ( Call ). When the item is serialized out as xml, its value is "call". |
Verb | 2 | Command Type Enum ( Verb ). When the item is serialized out as xml, its value is "verb". |
Call | Command Type Enum ( Call ). When the item is serialized out as xml, its value is "call". |
|
CommandValues(String) | Creates a new CommandValues enum instance |
|
Equality(CommandValues, CommandValues) | ||
Equals(CommandValues) | ||
Equals(Object) | ||
Event | Command Type Enum ( Event ). When the item is serialized out as xml, its value is "evt". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CommandValues>.Create(String) | ||
Inequality(CommandValues, CommandValues) | ||
ToString() | ||
Verb | Command Type Enum ( Verb ). When the item is serialized out as xml, its value is "verb". |