UInt16Value.ToUInt16(UInt16Value) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UInt16Value オブジェクトの UInt16 表現を返します。
public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Function ToUInt16 (xmlAttribute As UInt16Value) As UShort
パラメーター
- xmlAttribute
- UInt16Value
内部 UInt16 表現を取得する UInt16Value オブジェクト。
戻り値
UInt16Value オブジェクトを表す UInt16 値。