次の方法で共有


UInt16Value.ToUInt16(UInt16Value) メソッド

定義

オブジェクトの表現をUInt16UInt16Value返します。

public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value value);
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Function ToUInt16 (xmlAttribute As UInt16Value) As UShort
Public Shared Function ToUInt16 (value As UInt16Value) As UShort

パラメーター

xmlAttributevalue
UInt16Value

戻り値

UInt16オブジェクトを表すUInt16Value値。

適用対象