Freigeben über


CustomShowReference.Id-Eigenschaft

Custom Show Identifier.Represents the attribte in schema: id

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

Syntax

'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As UInt32Value
    Get
    Set
'Usage
Dim instance As CustomShowReference
Dim value As UInt32Value

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public UInt32Value Id { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Hinweise

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the custom show identification number. This is a number given that should be unique within the presentation document.

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

Siehe auch

Referenz

CustomShowReference Klasse

CustomShowReference-Member

DocumentFormat.OpenXml.Presentation-Namespace