共用方式為


DdeLink.DdeTopic Property

Definition

Topic for DDE server

Represents the following attribute in the schema: ddeTopic

[DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")]
public DocumentFormat.OpenXml.StringValue DdeTopic { get; set; }
public DocumentFormat.OpenXml.StringValue DdeTopic { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")]
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ddeTopic")]
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")>]
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ddeTopic")>]
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
Public Property DdeTopic As StringValue

Property Value

Returns StringValue.

Attributes

Remarks

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

Describes something for the DDE application to which the channel pertains—usually a document of that application. This is a required attribute.

The possible values for this attribute are defined by the ST_Xstring simple type.

Applies to