CustomXMLNodes インターフェイス

定義

ドキュメント内の XML ノードを表すオブジェクトの CustomXMLNode コレクションを格納します。

public interface class CustomXMLNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")]
public interface CustomXMLNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")>]
type CustomXMLNodes = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface CustomXMLNodes
Implements _IMsoDispObj, IEnumerable
属性
実装

注釈

プロパティと プロパティは AttributesChildNodes この型のノードのコレクションを返します。

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを CustomXMLNodes 取得します。 読み取り専用です。

Count

コレクション内のオブジェクトの CustomXMLNode 数を CustomXMLNodes 取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を CustomXMLNodes 取得します。 読み取り専用です。

Item[Int32]

コレクションからオブジェクトをCustomXMLNodeCustomXMLNodes取得します。 読み取り専用です。

Parent

オブジェクトの親オブジェクトを CustomXMLNodes 取得します。 読み取り専用です。

メソッド

GetEnumerator()

ドキュメント内の XML ノードを表すオブジェクトの CustomXMLNode コレクションを格納します。

適用対象