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