DirectoryAttribute.Insert 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 컬렉션에 지정된 valueDirectoryAttribute 값을 삽입합니다 index.
오버로드
| Name | Description |
|---|---|
| Insert(Int32, Byte[]) |
이 메서드는 Insert(Int32, Byte[]) 지정된 컬렉션의 |
| Insert(Int32, String) |
이 메서드는 Insert(Int32, String) 지정된 컬렉션의 |
| Insert(Int32, Uri) |
이 메서드는 Insert(Int32, Uri) 지정된 컬렉션의 |
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 수보다 큽니다.