CommandValues Enum

Definition

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

CommandValues(String)

Creates a new CommandValues enum instance

Call 1

Command Type Enum ( Call ).

When the item is serialized out as xml, its value is "call".

Call

Command Type Enum ( Call ).

When the item is serialized out as xml, its value is "call".

Equals(CommandValues)
Equals(Object)
Event 0

Command Type Enum ( Event ).

When the item is serialized out as xml, its value is "evt".

Event

Command Type Enum ( Event ).

When the item is serialized out as xml, its value is "evt".

GetHashCode()
Equality(CommandValues, CommandValues)
Inequality(CommandValues, CommandValues)
ToString()
Verb 2

Command Type Enum ( Verb ).

When the item is serialized out as xml, its value is "verb".

Verb

Command Type Enum ( Verb ).

When the item is serialized out as xml, its value is "verb".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CommandValues>.Create(String)

Applies to