Notes Constructeurs
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.
Surcharges
Notes() |
Initialise une nouvelle instance de la classe Notes. |
Notes(String) |
Initialise une nouvelle instance de la classe Notes avec le contenu de texte spécifié. |
Notes()
Initialise une nouvelle instance de la classe Notes.
public Notes ();
Public Sub New ()
S’applique à
Notes(String)
Initialise une nouvelle instance de la classe Notes avec le contenu de texte spécifié.
public Notes (string text);
new DocumentFormat.OpenXml.ExtendedProperties.Notes : string -> DocumentFormat.OpenXml.ExtendedProperties.Notes
Public Sub New (text As String)
Paramètres
- text
- String
Spécifie le contenu du texte de l’élément.