_Document.SelectContentControlsByTitle(String) Method

Definition

Returns a ContentControls collection that represents all the content controls in a document with the title specified in the Title parameter. Read-only.

public:
 Microsoft::Office::Interop::Word::ContentControls ^ SelectContentControlsByTitle(System::String ^ Title);
public Microsoft.Office.Interop.Word.ContentControls SelectContentControlsByTitle (string Title);
abstract member SelectContentControlsByTitle : string -> Microsoft.Office.Interop.Word.ContentControls
Public Function SelectContentControlsByTitle (Title As String) As ContentControls

Parameters

Title
String

The title of the content controls to return.

Returns

ContentControls

Applies to