Main.First 属性

定义

第一个字符串

表示架构中的以下属性:first

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

属性值

返回 StringValue

属性

适用于