ConnectionValues Enum 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
连接类型
public enum ConnectionValuespublic readonly struct ConnectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues>type ConnectionValues = type ConnectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ConnectionValues>Public Enum ConnectionValuesPublic Structure ConnectionValues
Implements IEnumValue, IEnumValueFactory(Of ConnectionValues), IEquatable(Of ConnectionValues)- 继承
- 
				ConnectionValues
- 继承
- 
				ConnectionValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| ParentOf | 0 | 的父级。 当项序列化为 xml 时,其值为“parOf”。 | 
| PresentationOf | 1 | 演示文稿。 当项序列化为 xml 时,其值为“presOf”。 | 
| PresentationParentOf | 2 | 的演示文稿父级。 当项序列化为 xml 时,其值为“presParOf”。 | 
| UnknownRelationship | 3 | 未知关系。 当项序列化为 xml 时,其值为“unknownRelationship”。 | 
| ConnectionValues(String) | 创建新的 ConnectionValues 枚举实例 | |
| Equality(ConnectionValues, ConnectionValues) | ||
| Equals(ConnectionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ConnectionValues>.Create(String) | ||
| Inequality(ConnectionValues, ConnectionValues) | ||
| ParentOf | 的父级。 当项序列化为 xml 时,其值为“parOf”。 | |
| PresentationOf | 演示文稿。 当项序列化为 xml 时,其值为“presOf”。 | |
| PresentationParentOf | 的演示文稿父级。 当项序列化为 xml 时,其值为“presParOf”。 | |
| ToString() | ||
| UnknownRelationship | 未知关系。 当项序列化为 xml 时,其值为“unknownRelationship”。 |