DirectoryAttribute.Insert Metod

Definition

Infogar den angivna value i DirectoryAttribute samlingen på angiven index.

Överlagringar

Name Description
Insert(Int32, Byte[])

Metoden Insert(Int32, Byte[]) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

Insert(Int32, String)

Metoden Insert(Int32, String) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

Insert(Int32, Uri)

Metoden Insert(Int32, Uri) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

Insert(Int32, Byte[])

Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs

Metoden Insert(Int32, Byte[]) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

public:
 void Insert(int index, cli::array <System::Byte> ^ value);
public void Insert(int index, byte[] value);
member this.Insert : int * byte[] -> unit
Public Sub Insert (index As Integer, value As Byte())

Parametrar

index
Int32

Indexet i samlingen DirectoryAttribute där du ska infoga value.

value
Byte[]

Värdet som ska infogas.

Undantag

value innehåller en nullreferens (Nothing i Visual Basic).

index är mindre än noll eller index större än antalet element i objektet DirectoryAttribute .

Gäller för

Insert(Int32, String)

Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs

Metoden Insert(Int32, String) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

public:
 void Insert(int index, System::String ^ value);
public void Insert(int index, string value);
member this.Insert : int * string -> unit
Public Sub Insert (index As Integer, value As String)

Parametrar

index
Int32

Indexet i samlingen DirectoryAttribute där du ska infoga value.

value
String

Värdet som ska infogas.

Undantag

value innehåller en nullreferens (Nothing i Visual Basic).

index är mindre än noll eller index större än antalet element i objektet DirectoryAttribute .

Gäller för

Insert(Int32, Uri)

Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs
Källa:
DirectoryAttribute.cs

Metoden Insert(Int32, Uri) infogar den angivna value i DirectoryAttribute samlingen vid angiven index.

public:
 void Insert(int index, Uri ^ value);
public void Insert(int index, Uri value);
member this.Insert : int * Uri -> unit
Public Sub Insert (index As Integer, value As Uri)

Parametrar

index
Int32

Indexet i samlingen DirectoryAttribute där du ska infoga value.

value
Uri

Värdet som ska infogas.

Undantag

value innehåller en nullreferens (Nothing i Visual Basic).

index är mindre än noll eller index större än antalet element i objektet DirectoryAttribute .

Gäller för