Freigeben über


ContentPartNonVisualType-Klasse

Defines the ContentPartNonVisualType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPartNonVisualType
        DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartProperties
        DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties

Namespace:  DocumentFormat.OpenXml.Office2010.Excel.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NonVisualInkContentPartProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(NonVisualInkProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(NonVisualDrawingProperties), FileFormatVersions.Office2010)> _
Public MustInherit Class ContentPartNonVisualType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ContentPartNonVisualType
[ChildElementInfoAttribute(typeof(NonVisualInkContentPartProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(NonVisualInkProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(NonVisualDrawingProperties), FileFormatVersions.Office2010)]
public abstract class ContentPartNonVisualType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

ContentPartNonVisualType-Member

DocumentFormat.OpenXml.Office2010.Excel.Drawing-Namespace