CustomPropertyEditors Class
Defines the CustomPropertyEditors Class.When the object is serialized out as xml, its qualified name is cdip:customPropertyEditors.
Inheritance Hierarchy
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
Remarks
The following table lists the possible child types:
ShowOnOpen <cdip:showOnOpen>
DefaultPropertyEditorNamespace <cdip:defaultPropertyEditorNamespace>
CustomPropertyEditor <cdip:customPropertyEditor>
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
DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel Namespace