ConnectValues Enum 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
连接位置类型
public enum ConnectValuespublic readonly struct ConnectValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.ConnectValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.ConnectValues>type ConnectValues = type ConnectValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ConnectValues>Public Enum ConnectValuesPublic Structure ConnectValues
Implements IEnumValue, IEnumValueFactory(Of ConnectValues), IEquatable(Of ConnectValues)- 继承
- 
				ConnectValues
- 继承
- 
				ConnectValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| None | 0 | 不正确。 当项序列化为 xml 时,其值为“none”。 | 
| Rectangle | 1 | 四个Connections。 将项序列化为 xml 时,其值为“rect”。 | 
| Segments | 2 | 编辑点Connections。 当项序列化为 xml 时,其值为“segments”。 | 
| Custom | 3 | 自定义Connections。 当项序列化为 xml 时,其值为“custom”。 | 
| ConnectValues(String) | 创建新的 ConnectValues 枚举实例 | |
| Custom | 自定义Connections。 当项序列化为 xml 时,其值为“custom”。 | |
| Equality(ConnectValues, ConnectValues) | ||
| Equals(ConnectValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ConnectValues>.Create(String) | ||
| Inequality(ConnectValues, ConnectValues) | ||
| None | 不正确。 当项序列化为 xml 时,其值为“none”。 | |
| Rectangle | 四个Connections。 将项序列化为 xml 时,其值为“rect”。 | |
| Segments | 编辑点Connections。 当项序列化为 xml 时,其值为“segments”。 | |
| ToString() |