CustomProperties.Add(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.