Sdílet prostřednictvím


ControlCollection.AddContentControl-Methode (String, WdContentControlType) (2007 System)

Aktualisiert: November 2007

Fügt bei der aktuellen Auswahl im Dokument ein neues ContentControl des angegebenen Typs hinzu.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Function AddContentControl ( _
    name As String, _
    contentControlType As WdContentControlType _
) As ContentControl
'Usage
Dim instance As ControlCollection
Dim name As String
Dim contentControlType As WdContentControlType
Dim returnValue As ContentControl

returnValue = instance.AddContentControl(name, _
    contentControlType)
public ContentControl AddContentControl(
    string name,
    WdContentControlType contentControlType
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Tools.Word.ContentControl

Das ContentControl, das dem Dokument hinzugefügt wurde.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

name ist nullNULL-Verweis (Nothing in Visual Basic) oder hat die Länge 0 (null).

ControlNameAlreadyExistsException

Ein Steuerelement mit dem gleichen Namen ist bereits in der ControlCollection vorhanden.

Hinweise

Verwenden Sie diese Methode, um bei der aktuellen Auswahl im Dokument zur Laufzeit ein neues ContentControl hinzuzufügen. Weitere Informationen finden Sie unter Hinzufügen von Steuerelementen zu Office-Dokumenten zur Laufzeit.

Berechtigungen

Siehe auch

Referenz

ControlCollection-Klasse

ControlCollection-Member

AddContentControl-Überladung

Microsoft.Office.Tools.Word-Namespace