다음을 통해 공유


PictureContentControl.ParentContentControl 속성

정의

다른 콘텐츠 컨트롤에 중첩된 PictureContentControl의 부모 콘텐츠 컨트롤을 가져옵니다.

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

속성 값

A Microsoft.Office.Interop. Word. 가 중첩 nullPictureContentControl 콘텐츠 컨트롤을 나타내는 ContentControl입니다. 가 다른 콘텐츠 컨트롤에 중첩되지 않은 경우 PictureContentControl 입니다.

설명

RichTextContentControlGroupContentControl 컨트롤은 중첩된 콘텐츠 컨트롤을 포함할 수 있는 유일한 형식의 콘텐츠 컨트롤입니다.

적용 대상