次の方法で共有


DdeLink.DdeService プロパティ

定義

サービス名

スキーマ内の次の属性を表します: ddeService

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

プロパティ値

StringValue を返します。

属性

注釈

ECMA International Standard ECMA-376からの次の情報は、このクラスを操作するときに役立ちます。

DDE 接続のサービス名 (つまり、アプリケーション名)。 これは必須の属性です。

この属性に使用できる値は、 ST_Xstring 単純型によって定義されます。

適用対象