diff options
Diffstat (limited to 'files/ja/mozilla/tech/xpcom/using_nscomptr/index.html')
-rw-r--r-- | files/ja/mozilla/tech/xpcom/using_nscomptr/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ja/mozilla/tech/xpcom/using_nscomptr/index.html b/files/ja/mozilla/tech/xpcom/using_nscomptr/index.html new file mode 100644 index 0000000000..5d821dfeca --- /dev/null +++ b/files/ja/mozilla/tech/xpcom/using_nscomptr/index.html @@ -0,0 +1,24 @@ +--- +title: Using nsCOMPtr +slug: Mozilla/Tech/XPCOM/Using_nsCOMPtr +tags: + - XPCOM +translation_of: Mozilla/Tech/XPCOM/Using_nsCOMPtr +--- +<p>このドキュメントは、<code>nsCOMPtr</code> について書かれたすべてを集めたものです。もしあなたが <code>nsCOMPtr</code> について疑問があり、このドキュメントでは分からないのであれば、 おそらくそれに答えられるドキュメントはないでしょう。<a class="external" href="news:mozilla.dev.tech.xpcom">XPCOM ニュースグループ</a>、または他のベテランの <code>nsCOMPtr</code> ユーザに尋ねる、あるいは実験して答えを見つける、などの別の手段で答えを得るしかありません。 </p><p>もしあなたがまだ <code>nsCOMPtr</code> 使ったことがないのであれば、ここは始めるのに適した場所です。そのまま読み進んでください。いつ止めるかは、あなた次第です。<code>nsCOMPtr</code> をしばらく使った後で、未知の領域に到達したり、コンパイルエラーになったりしたら、このドキュメントに戻ってきて、<a href="ja/Using_nsCOMPtr/Reference_Manual">リファレンスマニュアル</a>、あるいは <a href="ja/Using_nsCOMPtr/Frequently_Asked_Questions">FAQ</a> から助けを得たいと思うでしょう。 +</p> +<h2 id="目次"> 目次 </h2> +<ol><li> <a href="ja/Using_nsCOMPtr/Status%2c_Recent_Changes%2c_and_Plans">状況、最近の更新と計画</a> +</li><li> <a href="ja/Using_nsCOMPtr/Getting_Started_Guide">スタートガイド</a> +</li><li> <a href="ja/Using_nsCOMPtr/Reference_Manual">リファレンスマニュアル</a> +</li><li> <a href="ja/Using_nsCOMPtr/Frequently_Asked_Questions">よく聞かれる質問</a> +</li></ol> +<div class="originaldocinfo"> +<h2 id="原文書の情報"> 原文書の情報 </h2> +<ul><li> 著者: <a class="link-mailto" href="mailto:scc@mozilla.org">Scott Collins</a> +</li><li> 最終更新日: December 11, 2001 +</li><li> 著作権: Copyright © 1999, 2000 by the Mozilla organization; use is subject to the <a class="external" href="http://www.mozilla.org/MPL/">MPL</a>. Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | <a class="external" href="http://www.mozilla.org/foundation/licensing/website-content.html">詳細</a> +</li></ul> +</div> +<div class="noinclude"> +</div> |