次の方法で共有


Comment.Replies プロパティ

定義

Comments指定したコメントの子である Comment オブジェクトのコレクションを返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Word::Comments ^ Replies { Microsoft::Office::Interop::Word::Comments ^ get(); };
public Microsoft.Office.Interop.Word.Comments Replies { get; }
member this.Replies : Microsoft.Office.Interop.Word.Comments
Public ReadOnly Property Replies As Comments

プロパティ値

Add(Range, Object)返された応答のコレクションで メソッドを呼び出すと、そのコレクションが応答から応答にアクセスされない限り、新しい応答が追加されます。プロパティはShowBy、Replies プロパティによって返される Comments コレクションで呼び出されると失敗します。

適用対象