るりまサーチ

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

別のキーワード

  1. win32ole helpstring
  2. win32ole_type helpstring
  3. win32ole_method helpstring
  4. helpstring win32ole
  5. helpstring win32ole_type

ライブラリ

クラス

検索結果

WIN32OLE_METHOD#helpstring -> String | nil (18114.0)

メソッドのヘルプ文字列を取得します。

...メソッドのヘルプ文字列を取得します。

helpstring
は、IDEがメソッドのバルーンヘルプを表示するような場合に利用可
能な、1行程度でメソッドを説明する文字列です。

@return ヘルプ文字列を返します。未定義ならばnilを返し...
...ます。

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
method = WIN32OLE_METHOD.new(tobj, 'Navigate')
puts method.helpstring # => Navigates to a URL or file....

WIN32OLE_TYPE#helpstring -> String | nil (18108.0)

型のドキュメント文字列を取得します。

...を返します。未定義の場合はnilを返します。

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
p tobj.helpstring # => "Web Browser interface"

ドキュメント文字列は、コンテキストヘルプなどに利用可能な型の簡単な説明文で...