DirectoryAttribute.Add Método

Definición

Agrega el valor especificado a este atributo.

Sobrecargas

Nombre Description
Add(Byte[])

El Add(Byte[]) método agrega el valor especificado a este atributo.

Add(String)

El Add(String) método agrega el valor especificado a este atributo.

Add(Uri)

El Add(Uri) método agrega el valor especificado a este atributo.

Add(Byte[])

Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs

El Add(Byte[]) método agrega el valor especificado a este atributo.

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

Parámetros

value
Byte[]

Valor que se va a agregar.

Devoluciones

Índice en el que se ha agregado el valor.

Excepciones

value contiene una referencia nula (Nothing en Visual Basic).

Se aplica a

Add(String)

Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs

El Add(String) método agrega el valor especificado a este atributo.

public:
 int Add(System::String ^ value);
public int Add(string value);
member this.Add : string -> int
Public Function Add (value As String) As Integer

Parámetros

value
String

Valor que se va a agregar.

Devoluciones

Índice en el que se ha agregado el valor.

Excepciones

value contiene una referencia nula (Nothing en Visual Basic).

Se aplica a

Add(Uri)

Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs
Source:
DirectoryAttribute.cs

El Add(Uri) método agrega el valor especificado a este atributo.

public:
 int Add(Uri ^ value);
public int Add(Uri value);
member this.Add : Uri -> int
Public Function Add (value As Uri) As Integer

Parámetros

value
Uri

Valor que se va a agregar.

Devoluciones

Índice en el que se ha agregado el valor.

Excepciones

value contiene una referencia nula (Nothing en Visual Basic).

Se aplica a