Share via


OpenXmlPart.ContentType Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Content type (MIME type) of the content data in the part.

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

構文

'宣言
Public Overridable ReadOnly Property ContentType As String
'使用
Dim instance As OpenXmlPart
Dim value As String

value = instance.ContentType
public virtual string ContentType { get; }

参照

リファレンス

OpenXmlPart Class
OpenXmlPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace