るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.036秒)

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer upto
  5. integer times

ライブラリ

クラス

検索結果

WIN32OLE_METHOD#helpcontext -> Integer | nil (9238.0)

メソッドのヘルプコンテキストを取得します。

...WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Workbooks')
method
= WIN32OLE_METHOD.new(tobj, 'Add')
puts method.helpcontext # => 65717

WIN32OLE_METHODオブジェクトを引数として、WIN32OLE.ole_show_help
ヘルプファイルを表示する場合には、WIN32OLEが内...
...部で当メソッドを呼び出し
ます。

@see WIN32OLE.ole_show_help...