Share via


CustomProperties.Add(String, String) メソッド

定義

スマート タグに CustomProperty 追加されたカスタム プロパティを表す オブジェクトを返します。

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

パラメーター

Name
String

文字列 が必要です。 ユーザー設定のスマート タグ プロパティの名前を指定します。

Value
String

文字列 が必要です。 カスタム スマート タグ プロパティの値。

戻り値

適用対象