DirectoryAttribute.Add 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.
Ajoute la valeur spécifiée à cet attribut.
Surcharges
Add(Byte[]) |
La méthode Add(Byte[]) ajoute la valeur spécifiée à cet attribut. |
Add(String) |
La méthode Add(String) ajoute la valeur spécifiée à cet attribut. |
Add(Uri) |
La méthode Add(Uri) ajoute la valeur spécifiée à cet attribut. |
Add(Byte[])
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
La méthode Add(Byte[]) ajoute la valeur spécifiée à cet attribut.
public:
int Add(cli::array <System::Byte> ^ value);
public int Add (byte[] value);
member this.Add : byte[] -> int
Public Function Add (value As Byte()) As Integer
Paramètres
- value
- Byte[]
Valeur à ajouter.
Retours
Index auquel la valeur a été ajoutée.
Exceptions
Value
contient une référence Null (Nothing
en Visual Basic).
S’applique à
Add(String)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
La méthode Add(String) ajoute la valeur spécifiée à cet attribut.
public:
int Add(System::String ^ value);
public int Add (string value);
member this.Add : string -> int
Public Function Add (value As String) As Integer
Paramètres
- value
- String
Valeur à ajouter.
Retours
Index auquel la valeur a été ajoutée.
Exceptions
Value
contient une référence Null (Nothing
en Visual Basic).
S’applique à
Add(Uri)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
La méthode Add(Uri) ajoute la valeur spécifiée à cet attribut.
public:
int Add(Uri ^ value);
public int Add (Uri value);
member this.Add : Uri -> int
Public Function Add (value As Uri) As Integer
Paramètres
- value
- Uri
Valeur à ajouter.
Retours
Index auquel la valeur a été ajoutée.
Exceptions
Value
contient une référence Null (Nothing
en Visual Basic).