Freigeben über


CustomPropertyEditor-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • PropertyEditorNamespace <cdip:XMLNamespace>

  • XsnFileLocation <cdip:XSNLocation>

Threadsicherheit

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

Siehe auch

Referenz

CustomPropertyEditor-Member

DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel-Namespace