Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the parent content control of a GroupContentControl that is nested in another content control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property ParentContentControl As ContentControl
ContentControl ParentContentControl { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ContentControl
A Microsoft.Office.Interop.Word.ContentControl that represents the content control in which the GroupContentControl is nested; nulla null reference (Nothing in Visual Basic) if the GroupContentControl is not nested in another content control.
Remarks
The RichTextContentControl and GroupContentControl controls are the only types of content controls that can contain nested content controls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.