Freigeben über


CustomPropertyEditors-Klasse

Defines the CustomPropertyEditors Class.When the object is serialized out as xml, its qualified name is cdip:customPropertyEditors.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors

Namespace:  DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DefaultPropertyEditorNamespace))> _
<ChildElementInfoAttribute(GetType(CustomPropertyEditor))> _
<ChildElementInfoAttribute(GetType(ShowOnOpen))> _
Public Class CustomPropertyEditors _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As CustomPropertyEditors
[ChildElementInfoAttribute(typeof(DefaultPropertyEditorNamespace))]
[ChildElementInfoAttribute(typeof(CustomPropertyEditor))]
[ChildElementInfoAttribute(typeof(ShowOnOpen))]
public class CustomPropertyEditors : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ShowOnOpen <cdip:showOnOpen>

  • DefaultPropertyEditorNamespace <cdip:defaultPropertyEditorNamespace>

  • CustomPropertyEditor <cdip:customPropertyEditor>

Threadsicherheit

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

Siehe auch

Referenz

CustomPropertyEditors-Member

DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel-Namespace