Parameter.String Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cadeia de caracteres
Representa o seguinte atributo no esquema: cadeia de caracteres
[DocumentFormat.OpenXml.SchemaAttr(0, "string")]
public DocumentFormat.OpenXml.StringValue String { get; set; }
public DocumentFormat.OpenXml.StringValue String { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "string")]
public DocumentFormat.OpenXml.StringValue? String { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("string")]
public DocumentFormat.OpenXml.StringValue? String { get; set; }
public DocumentFormat.OpenXml.StringValue? String { get; set; }
member this.String : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "string")>]
member this.String : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("string")>]
member this.String : DocumentFormat.OpenXml.StringValue with get, set
Public Property String As StringValue
Valor da propriedade
Retorna StringValue.
- Atributos