DirectoryAttribute.Insert 메서드

정의

지정된 컬렉션에 지정된 valueDirectoryAttribute 값을 삽입합니다 index.

오버로드

Name Description
Insert(Int32, Byte[])

이 메서드는 Insert(Int32, Byte[]) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

Insert(Int32, String)

이 메서드는 Insert(Int32, String) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

Insert(Int32, Uri)

이 메서드는 Insert(Int32, Uri) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

Insert(Int32, Byte[])

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

이 메서드는 Insert(Int32, Byte[]) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

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())

매개 변수

index
Int32

를 삽입할 컬렉션의 DirectoryAttribute 인덱스입니다 value.

value
Byte[]

삽입할 값입니다.

예외

value null 참조를 포함합니다(Visual Basic Nothing).

index 가 0보다 작거나 index 개체의 요소 DirectoryAttribute 수보다 큽니다.

적용 대상

Insert(Int32, String)

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

이 메서드는 Insert(Int32, String) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

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)

매개 변수

index
Int32

를 삽입할 컬렉션의 DirectoryAttribute 인덱스입니다 value.

value
String

삽입할 값입니다.

예외

value null 참조를 포함합니다(Visual Basic Nothing).

index 가 0보다 작거나 index 개체의 요소 DirectoryAttribute 수보다 큽니다.

적용 대상

Insert(Int32, Uri)

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

이 메서드는 Insert(Int32, Uri) 지정된 컬렉션의 value 지정된 값을 삽입합니다DirectoryAttributeindex.

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)

매개 변수

index
Int32

를 삽입할 컬렉션의 DirectoryAttribute 인덱스입니다 value.

value
Uri

삽입할 값입니다.

예외

value null 참조를 포함합니다(Visual Basic Nothing).

index 가 0보다 작거나 index 개체의 요소 DirectoryAttribute 수보다 큽니다.

적용 대상