次の方法で共有


XMLNode.ChildNodeSuggestions プロパティ

定義

オブジェクトの XMLChildNodeSuggestions 許可される要素の一覧を表すコレクションを XMLNode 返します (指定した要素の子要素を返します)。

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

プロパティ値

注釈

コレクション内のXMLChildNodeSuggestionsXMLChildNodeSuggestionオブジェクトは、[XML 構造] 作業ウィンドウの下部にある使用可能な XML 要素の一覧の項目です。

適用対象