次の方法で共有


_Application3.XDocuments プロパティ

定義

コレクションへの参照を取得します XDocuments

public:
 property Microsoft::Office::Interop::InfoPath::XDocumentsCollection ^ XDocuments { Microsoft::Office::Interop::InfoPath::XDocumentsCollection ^ get(); };
public Microsoft.Office.Interop.InfoPath.XDocumentsCollection XDocuments { get; }
member this.XDocuments : Microsoft.Office.Interop.InfoPath.XDocumentsCollection
Public ReadOnly Property XDocuments As XDocumentsCollection

プロパティ値

コレクションへの XDocuments 参照。

実装

次の例では、XDocuments プロパティを使用してコレクションの XDocumentsCollectionCount プロパティにアクセスし、メッセージ ボックスに値を表示します。

thisXDocument.UI.Alert("Count of XDocuments: " + thisApplication.<span class="label">XDocuments</span>.Count);

注釈

XDocuments コレクションへの参照を設定したら、そのプロパティを使用して、そのコレクションに含まれる各XDocumentオブジェクトにアクセスできます。

適用対象