Freigeben über


Id-Klasse

Defines the Id Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:id.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.OpenXmlLeafTextElement
        DocumentFormat.OpenXml.Office2010.Excel.Id

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class Id _
    Inherits OpenXmlLeafTextElement
'Usage
Dim instance As Id
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class Id : OpenXmlLeafTextElement

Hinweise

2.4.26 id

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/main

An ST_Guid ([ISO/IEC-29500-1] section 22.9.2.4) element that specifies an identifier for a conditional formatting rule. See Worksheet under Extensions by Part for how this element integrates with [ISO/IEC-29500-1].

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="id" type="x:ST_Guid"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

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

Siehe auch

Referenz

Id-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace