_Document.SelectUnlinkedControls(CustomXMLPart) メソッド

定義

ドキュメントの XML データ ストア内の XML ノードにリンクされていないドキュメント内のすべてのコンテンツ コントロールを返します。 読み取り専用です。

public Microsoft.Office.Interop.Word.ContentControls SelectUnlinkedControls (Microsoft.Office.Core.CustomXMLPart Stream = default);
abstract member SelectUnlinkedControls : Microsoft.Office.Core.CustomXMLPart -> Microsoft.Office.Interop.Word.ContentControls
Public Function SelectUnlinkedControls (Optional Stream As CustomXMLPart = null) As ContentControls

パラメーター

Stream
CustomXMLPart

カスタム XML パーツの参照。 このパラメーターを設定すると、返されたコンテンツ コントロールがフィルター処理され、定義にXMLMappingこれを_CustomXMLPart参照するコンテンツ コントロールのみが含まれます。

戻り値

ContentControls

適用対象