IntegerValue.ToInt64(IntegerValue) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Int64 对象的表示形式 IntegerValue 。
public static long ToInt64(DocumentFormat.OpenXml.IntegerValue xmlAttribute);public static long ToInt64(DocumentFormat.OpenXml.IntegerValue value);static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64Public Shared Function ToInt64 (xmlAttribute As IntegerValue) As LongPublic Shared Function ToInt64 (value As IntegerValue) As Long参数
- xmlAttributevalue
- IntegerValue
返回
一个 Int64 表示 IntegerValue 对象的 值。