BuildingBlockGalleryContentControl.ParentContentControl 属性

定义

获取嵌套在另一个内容控件内的 BuildingBlockGalleryContentControl 的父内容控件。

public Microsoft.Office.Interop.Word.ContentControl ParentContentControl { get; }

属性值

ContentControl

一个 ContentControl,表示 BuildingBlockGalleryContentControl 嵌套在其中的内容控件;如果 BuildingBlockGalleryContentControl 未嵌套在另一个内容控件中,则为 null

注解

RichTextContentControlGroupContentControl 控件是只能包含嵌套内容控件的内容控件的类型。

适用于