OleValues 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.
OLE Connection Type
public enum OleValuespublic readonly struct OleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.OleValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.OleValues>type OleValues = type OleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<OleValues>Public Enum OleValuesPublic Structure OleValues
Implements IEnumValue, IEnumValueFactory(Of OleValues), IEquatable(Of OleValues)- Inheritance
- 
				OleValues
- Inheritance
- 
				OleValues
Fields
| Name | Value | Description | 
|---|---|---|
| Embed | 0 | Embedded Object. When the item is serialized out as xml, its value is "Embed". | 
| Link | 1 | Linked Object. When the item is serialized out as xml, its value is "Link". | 
| Embed | Embedded Object. When the item is serialized out as xml, its value is "Embed". | |
| Equality(OleValues, OleValues) | ||
| Equals(Object) | ||
| Equals(OleValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<OleValues>.Create(String) | ||
| Inequality(OleValues, OleValues) | ||
| Link | Linked Object. When the item is serialized out as xml, its value is "Link". | |
| OleValues(String) | Creates a new OleValues enum instance | |
| ToString() |