次の方法で共有


CustomXMLNodes.Item[Int32] プロパティ

定義

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

public:
 property Microsoft::Office::Core::CustomXMLNode ^ default[int] { Microsoft::Office::Core::CustomXMLNode ^ get(int Index); };
public Microsoft.Office.Core.CustomXMLNode this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.CustomXMLNode
Default Public ReadOnly Property Item(Index As Integer) As CustomXMLNode

パラメーター

Index
Int32

返されるオブジェクトの CustomXMLNode インデックス番号。

プロパティ値

CustomXMLNode

適用対象