Selection.ParentContentControl 属性

定义

返回一个 ContentControl 对象,该对象代表指定区域的父内容控件。 此为只读属性。

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

属性值

ContentControl

注解

如果指定区域没有父内容控件,则此属性返回 Null

适用于