Share via


PartTypeInfo Struct

Definition

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)

Applies to