Performs an implicit conversion from
HResultto
System.Int32.
'宣言
Overloads Public Operator Narrowing CType( _
ByVal As HResult _
) As System.Integer
public System.int operator explicit(
HResult
)
パラメータ
- result
- The result.
戻り値の型
The result of the conversion.