Freigeben über


CustomXsn-Klasse

Defines the CustomXsn Class.When the object is serialized out as xml, its qualified name is ntns:customXsn.

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • XsnLocation <ntns:xsnLocation>

  • CachedView <ntns:cached>

  • OpenByDefault <ntns:openByDefault>

  • Scope <ntns:xsnScope>

Threadsicherheit

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

Siehe auch

Referenz

CustomXsn-Member

DocumentFormat.OpenXml.Office.CustomXsn-Namespace