Freigeben über


DdeItem-Klasse

DDE Item definition.When the object is serialized out as xml, its qualified name is x:ddeItem.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • Values <x:values>

[ISO/IEC 29500-1 1. Ausgabe]

18.14.2 ddeItem (DDE Item definition)

This element represents a DDE item.

Parent Elements

ddeItems (§18.14.3)

Child Elements

Subclause

values (DDE Name Values)

§18.14.19

Attributes

Description

advise (Advise)

Specifies whether the DDE server should notify the application when the external data changes. Default value is false.

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

name (DDE Name)

Specifies the DDE item name.

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

ole (Object Linking TechnologyE)

Set to true if this is item uses an object linking technology. Default value is false.

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

preferPic (Data is an Image)

Set to true if data from this DDE item is an image format. Default value is false.

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

[Note: The W3C XML Schema definition of this element's content model (CT_DdeItem) 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

DdeItem-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace