Compartir a través de


DdeLink.DdeService Propiedad

Definición

Nombre del servicio

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve StringValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376puede ser útil al trabajar con esta clase.

Nombre del servicio (es decir, nombre de la aplicación) para la conexión DDE. Se trata de un atributo obligatorio.

El tipo simple define los ST_Xstring valores posibles para este atributo.

Se aplica a