_Application3.XDocuments プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションへの参照を取得します 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オブジェクトにアクセスできます。