Freigeben über


FutureMetadata-Klasse

Future Metadata.When the object is serialized out as xml, its qualified name is x:futureMetadata.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.FutureMetadata

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(FutureMetadataBlock))> _
Public Class FutureMetadata _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As FutureMetadata
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(FutureMetadataBlock))]
public class FutureMetadata : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • FutureMetadataBlock <x:bk>

  • ExtensionList <x:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

18.9.4 futureMetadata (Future Metadata)

This element represents future metadata information.

Future data storage areas are xml storage areas that a later version of the spreadsheet application can store data into. So a V2 spreadsheet application can store data for new features that don't exist in the V1 version in a future storage area when saving to a format that the V1 version can open. The V1 version might be able to open the file, but won't necessarily be able to understand data that is stored in a future storage area. So the V1 version might ignore this data, but still round trip it in the file format so that V2 and V1 users can collaborate on the same spreadsheet.

Parent Elements

metadata (§18.9.8)

Child Elements

Subclause

bk (Future Metadata Block)

§18.9.2

extLst (Future Feature Data Storage Area)

§18.2.10

Attributes

Description

count (Future Metadata Block Count)

Number of future metadata blocks.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

name (Metadata Type Name)

Metadata type name.

The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19).

[Note: The W3C XML Schema definition of this element's content model (CT_FutureMetadata) is located in §A.2. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

FutureMetadata-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace