BuildingBlockGalleryContentControl.ParentContentControl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取嵌套在另一个内容控件内的 BuildingBlockGalleryContentControl 的父内容控件。
public Microsoft.Office.Interop.Word.ContentControl ParentContentControl { get; }
属性值
一个 ContentControl,表示 BuildingBlockGalleryContentControl 嵌套在其中的内容控件;如果 BuildingBlockGalleryContentControl 未嵌套在另一个内容控件中,则为 null。
注解
RichTextContentControl和 GroupContentControl 控件是只能包含嵌套内容控件的内容控件的类型。