次の方法で共有


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 オブジェクトの名前。

戻り値

適用対象