Share via


CustomProperties.Add(String, String) Méthode

Définition

Renvoie un CustomProperty objet qui représente une propriété personnalisée ajoutée à une balise active.

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

Paramètres

Name
String

Argument de type String obligatoire. Nom de la propriété personnalisée de la balise active.

Value
String

Argument de type String obligatoire. Valeur de la propriété de balise active personnalisée.

Retours

S’applique à