ResourceLinkage 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.
Defines the ResourceLinkage enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum ResourceLinkagepublic enum ResourceLinkagepublic readonly struct ResourceLinkage : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage>[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type ResourceLinkage = type ResourceLinkage = type ResourceLinkage = struct
    interface IEnumValue
    interface IEnumValueFactory<ResourceLinkage>Public Enum ResourceLinkagePublic Structure ResourceLinkage
Implements IEnumValue, IEnumValueFactory(Of ResourceLinkage), IEquatable(Of ResourceLinkage)- Inheritance
- 
				ResourceLinkage
- Inheritance
- 
				ResourceLinkage
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Embed | 0 | embed. When the item is serialized out as xml, its value is "embed". | 
| Link | 1 | link. When the item is serialized out as xml, its value is "link". | 
| LinkAndEmbed | 2 | linkAndEmbed. When the item is serialized out as xml, its value is "linkAndEmbed". | 
| Embed | embed. When the item is serialized out as xml, its value is "embed". | |
| Equality(ResourceLinkage, ResourceLinkage) | ||
| Equals(Object) | ||
| Equals(ResourceLinkage) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ResourceLinkage>.Create(String) | ||
| Inequality(ResourceLinkage, ResourceLinkage) | ||
| Link | link. When the item is serialized out as xml, its value is "link". | |
| LinkAndEmbed | linkAndEmbed. When the item is serialized out as xml, its value is "linkAndEmbed". | |
| ResourceLinkage(String) | Creates a new ResourceLinkage enum instance | |
| ToString() |