Freigeben über


Rsids-Klasse

Listing of All Revision Save ID Values.When the object is serialized out as xml, its qualified name is w:rsids.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.Rsids

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RsidRoot))> _
<ChildElementInfoAttribute(GetType(Rsid))> _
Public Class Rsids _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Rsids
[ChildElementInfoAttribute(typeof(RsidRoot))]
[ChildElementInfoAttribute(typeof(Rsid))]
public class Rsids : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • RsidRoot <w:rsidRoot>

  • Rsid <w:rsid>

[ISO/IEC 29500-1 1. Ausgabe]

17.15.1.72 rsids (Listing of All Revision Save ID Values)

This element specifies the set of revision save ID values for the current document. Revision save ID values refer to four digit hexadecimal values which uniquely identify an editing session in the life of the current document. An editing session is the period of time between two subsequent save operations by an application.

[Guidance: The set of revision save IDs stored with a document only supplies information about the editing session in which document components were last saved, which can be used by applications in any manner desired. end guidance]

If this element is omitted, then no information is available about the set of revision save ID values for this document.

[Example: Consider a WordprocessingML document with the following information present in its document settings:

<w:rsids>
<w:rsidRoot w:val="00464813" />
<w:rsid w:val="00455AAB" />
<w:rsid w:val="00464813" />
<w:rsid w:val="00473403" />
</w:rsids>

The rsids element contains four child elements, specifying that the document was edited over four distinct editing sessions (i.e. it was saved three times). end example]

Parent Elements

settings (§17.15.1.78)

Child Elements

Subclause

rsid (Single Session Revision Save ID)

§17.15.1.70

rsidRoot (Original Document Revision Save ID)

§17.15.1.71

[Note: The W3C XML Schema definition of this element's content model (CT_DocRsids) is located in §A.1. 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

Rsids-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace