Aracılığıyla paylaş


ControlCollection.AddContentControl Yöntem

Tanım

Aşırı Yüklemeler

AddContentControl(ContentControl, String)

Belgedeki yerel içerik denetimini temel alan yeni ContentControl bir ekler.

AddContentControl(String, WdContentControlType)

Belgedeki geçerli seçime belirtilen türde yeni ContentControl bir ekler.

AddContentControl(Range, String, WdContentControlType)

Belgedeki belirtilen aralıkta belirtilen türden yeni ContentControl bir ekler.

AddContentControl(ContentControl, String)

Belgedeki yerel içerik denetimini temel alan yeni ContentControl bir ekler.

public:
 Microsoft::Office::Tools::Word::ContentControl ^ AddContentControl(Microsoft::Office::Interop::Word::ContentControl ^ contentControl, System::String ^ name);
public Microsoft.Office.Tools.Word.ContentControl AddContentControl (Microsoft.Office.Interop.Word.ContentControl contentControl, string name);
abstract member AddContentControl : Microsoft.Office.Interop.Word.ContentControl * string -> Microsoft.Office.Tools.Word.ContentControl
Public Function AddContentControl (contentControl As ContentControl, name As String) As ContentControl

Parametreler

contentControl
ContentControl

Bu Microsoft.Office.Interop.Word.ContentControl , yeni denetimin temelidir.

name
String

Yeni denetimin adı.

Döndürülenler

Belgeye ContentControl eklenen.

Özel durumlar

contentControl is null.-or- name is null or has zero length.

Aynı ada sahip bir denetim zaten içindedir ControlCollection.

contentControlyapı taşı galerisi değildir (diğer bir ifadeyle Microsoft.Office.Interop.Word. ContentControl.Type özelliği contentControl Microsoft.Office.Interop.Word değerine sahip değildir. WdContentControlType.wdContentControlRichText).

Açıklamalar

Çalışma zamanında belgede yerel içerik denetimini temel alan bir yeni ContentControl eklemek için bu yöntemi kullanın. Bu, çalışma zamanında bir ContentControl oluşturduğunuzda ve belgenin bir sonraki açışında aynı denetimi yeniden oluşturmak istediğinizde yararlıdır. Daha fazla bilgi için bkz. Çalışma Zamanında Office Belgelerine Denetim Ekleme.

Şunlara uygulanır

AddContentControl(String, WdContentControlType)

Belgedeki geçerli seçime belirtilen türde yeni ContentControl bir ekler.

public:
 Microsoft::Office::Tools::Word::ContentControl ^ AddContentControl(System::String ^ name, Microsoft::Office::Interop::Word::WdContentControlType contentControlType);
public Microsoft.Office.Tools.Word.ContentControl AddContentControl (string name, Microsoft.Office.Interop.Word.WdContentControlType contentControlType);
abstract member AddContentControl : string * Microsoft.Office.Interop.Word.WdContentControlType -> Microsoft.Office.Tools.Word.ContentControl
Public Function AddContentControl (name As String, contentControlType As WdContentControlType) As ContentControl

Parametreler

name
String

Yeni denetimin adı.

contentControlType
WdContentControlType

Yeni içerik denetiminin Microsoft.Office.Interop.Word.WdContentControlType temel türünü belirten değerlerden biri.

Döndürülenler

Belgeye ContentControl eklenen.

Özel durumlar

name veya null uzunluğu sıfırdır.

Aynı ada sahip bir denetim zaten içindedir ControlCollection.

Açıklamalar

Çalışma zamanında belgedeki geçerli seçime yeni ContentControl bir ekleme yapmak için bu yöntemi kullanın. Daha fazla bilgi için bkz. Çalışma Zamanında Office Belgelerine Denetim Ekleme.

Şunlara uygulanır

AddContentControl(Range, String, WdContentControlType)

Belgedeki belirtilen aralıkta belirtilen türden yeni ContentControl bir ekler.

public:
 Microsoft::Office::Tools::Word::ContentControl ^ AddContentControl(Microsoft::Office::Interop::Word::Range ^ range, System::String ^ name, Microsoft::Office::Interop::Word::WdContentControlType contentControlType);
public Microsoft.Office.Tools.Word.ContentControl AddContentControl (Microsoft.Office.Interop.Word.Range range, string name, Microsoft.Office.Interop.Word.WdContentControlType contentControlType);
abstract member AddContentControl : Microsoft.Office.Interop.Word.Range * string * Microsoft.Office.Interop.Word.WdContentControlType -> Microsoft.Office.Tools.Word.ContentControl
Public Function AddContentControl (range As Range, name As String, contentControlType As WdContentControlType) As ContentControl

Parametreler

range
Range

Range Yeni denetim için sınırları sağlayan bir.

name
String

Yeni denetimin adı.

contentControlType
WdContentControlType

Yeni içerik denetiminin Microsoft.Office.Interop.Word.WdContentControlType temel türünü belirten değerlerden biri.

Döndürülenler

Belgeye ContentControl eklenen.

Özel durumlar

name veya null uzunluğu sıfırdır.

Aynı ada sahip bir denetim zaten içindedir ControlCollection.

Açıklamalar

Çalışma zamanında belgede belirtilen bir aralıkta yeni ContentControl eklemek için bu yöntemi kullanın. Daha fazla bilgi için bkz. Çalışma Zamanında Office Belgelerine Denetim Ekleme.

Şunlara uygulanır