Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the CustomXsn Class.When the object is serialized out as xml, its qualified name is ntns:customXsn.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn
Namespace: DocumentFormat.OpenXml.Office.CustomXsn
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(XsnLocation))> _
<ChildElementInfoAttribute(GetType(OpenByDefault))> _
<ChildElementInfoAttribute(GetType(CachedView))> _
<ChildElementInfoAttribute(GetType(Scope))> _
Public Class CustomXsn _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As CustomXsn
[ChildElementInfoAttribute(typeof(XsnLocation))]
[ChildElementInfoAttribute(typeof(OpenByDefault))]
[ChildElementInfoAttribute(typeof(CachedView))]
[ChildElementInfoAttribute(typeof(Scope))]
public class CustomXsn : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
XsnLocation <ntns:xsnLocation>
CachedView <ntns:cached>
OpenByDefault <ntns:openByDefault>
Scope <ntns:xsnScope>
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.