次の方法で共有


Properties Class

Custom File Properties. It is the root element of CustomFilePropertiesPart.When the object is serialized out as xml, its qualified name is op:Properties.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.CustomProperties.Properties

Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<ChildElementInfoAttribute(GetType(CustomDocumentProperty))> _
Public Class Properties _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As Properties
[ChildElementInfoAttribute(typeof(CustomDocumentProperty))]
public class Properties : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • CustomDocumentProperty <op:property>

[ISO/IEC 29500-1 初版]

22.3.2.1 Properties (Custom File Properties)

Parent element for the custom file properties part.

Parent Elements

Root element of Shared Custom File Properties part

Child Elements

Subclause

property (Custom File Property)

§22.3.2.2

[Note: The W3C XML Schema definition of this element's content model (CT_Properties) is located in §A.6.3. end note]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Properties Members

DocumentFormat.OpenXml.CustomProperties Namespace