EndPointRoleValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 EndPointRoleValues 枚举。
public enum EndPointRoleValues
public readonly struct EndPointRoleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>, IEquatable<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>
type EndPointRoleValues =
type EndPointRoleValues = struct
interface IEnumValue
interface IEnumValueFactory<EndPointRoleValues>
Public Enum EndPointRoleValues
Public Structure EndPointRoleValues
Implements IEnumValue, IEnumValueFactory(Of EndPointRoleValues), IEquatable(Of EndPointRoleValues)
- 继承
-
EndPointRoleValues
- 继承
-
EndPointRoleValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Source | 0 | 源。 当项序列化为 xml 时,其值为“source”。 |
| Sink | 1 | 沉。 当项序列化为 xml 时,其值为“sink”。 |
| Replyto | 2 | reply-to。 当项序列化为 xml 时,其值为“reply-to”。 |
| Router | 3 | 路由器。 当项序列化为 xml 时,其值为“router”。 |
| EndPointRoleValues(String) | 创建新的 EndPointRoleValues 枚举实例 |
|
| Equality(EndPointRoleValues, EndPointRoleValues) | ||
| Equals(EndPointRoleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<EndPointRoleValues>.Create(String) | ||
| Inequality(EndPointRoleValues, EndPointRoleValues) | ||
| Replyto | reply-to。 当项序列化为 xml 时,其值为“reply-to”。 |
|
| Router | 路由器。 当项序列化为 xml 时,其值为“router”。 |
|
| Sink | 沉。 当项序列化为 xml 时,其值为“sink”。 |
|
| Source | 源。 当项序列化为 xml 时,其值为“source”。 |
|
| ToString() |