CaptionLabels.Add(String) 方法

定义

CaptionLabel将表示自定义描述文字标签的 对象添加到集合。CaptionLabels

public:
 Microsoft::Office::Interop::Word::CaptionLabel ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Word.CaptionLabel Add (string Name);
abstract member Add : string -> Microsoft.Office.Interop.Word.CaptionLabel
Public Function Add (Name As String) As CaptionLabel

参数

Name
String

CaptionLabel 对象的名称。

返回

适用于