Freigeben über


Properties-Klasse

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

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(CustomDocumentProperty))> _
Public Class Properties _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As Properties
[ChildElementInfoAttribute(typeof(CustomDocumentProperty))]
public class Properties : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • CustomDocumentProperty <op:property>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Properties-Member

DocumentFormat.OpenXml.CustomProperties-Namespace