PartTypeInfo Struct
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 information used in creating a new part.
public readonly struct PartTypeInfo : IEquatable<DocumentFormat.OpenXml.Packaging.PartTypeInfo>
type PartTypeInfo = struct
Public Structure PartTypeInfo
Implements IEquatable(Of PartTypeInfo)
- Inheritance
-
PartTypeInfo
- Implements
Constructors
PartTypeInfo(String, String) |
Ctor - assign content type and extention. |
Properties
ContentType |
Gets content type for the part. |
Extension |
Gets the file extension for the part. |
Methods
Equals(Object) | |
Equals(PartTypeInfo) | |
GetHashCode() | |
ToString() |
Operators
Equality(PartTypeInfo, PartTypeInfo) | |
Inequality(PartTypeInfo, PartTypeInfo) |