Arc.From 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
起始数量
表示架构中的以下属性:
[DocumentFormat.OpenXml.SchemaAttr(0, "from")]
public DocumentFormat.OpenXml.IntegerValue From { get; set; }
public DocumentFormat.OpenXml.IntegerValue From { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "from")]
public DocumentFormat.OpenXml.IntegerValue? From { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("from")]
public DocumentFormat.OpenXml.IntegerValue? From { get; set; }
public DocumentFormat.OpenXml.IntegerValue? From { get; set; }
member this.From : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "from")>]
member this.From : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("from")>]
member this.From : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property From As IntegerValue
属性值
- 属性