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