DirectoryAttribute.Insert 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 value
를 DirectoryAttribute 컬렉션의 지정된 index
에 삽입합니다.
오버로드
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
Insert(Int32, Byte[]) 메서드는 지정된 value
를 DirectoryAttribute 컬렉션의 지정된 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())
매개 변수
- index
- Int32
value
를 삽입할 DirectoryAttribute 컬렉션의 인덱스입니다.
- value
- Byte[]
삽입할 값입니다.
예외
value
에 null 참조(Visual Basic의 경우 Nothing
)가 포함된 경우
index
가 0보다 작거나 index
가 DirectoryAttribute 개체의 요소 수보다 큰 경우
적용 대상
Insert(Int32, String)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
Insert(Int32, String) 메서드는 지정된 value
를 DirectoryAttribute 컬렉션의 지정된 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)
매개 변수
- index
- Int32
value
를 삽입할 DirectoryAttribute 컬렉션의 인덱스입니다.
- value
- String
삽입할 값입니다.
예외
value
에 null 참조(Visual Basic의 경우 Nothing
)가 포함된 경우
index
가 0보다 작거나 index
가 DirectoryAttribute 개체의 요소 수보다 큰 경우
적용 대상
Insert(Int32, Uri)
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
- Source:
- DirectoryAttribute.cs
Insert(Int32, Uri) 메서드는 지정된 value
를 DirectoryAttribute 컬렉션의 지정된 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)
매개 변수
- index
- Int32
value
를 삽입할 DirectoryAttribute 컬렉션의 인덱스입니다.
- value
- Uri
삽입할 값입니다.
예외
value
에 null 참조(Visual Basic의 경우 Nothing
)가 포함된 경우
index
가 0보다 작거나 index
가 DirectoryAttribute 개체의 요소 수보다 큰 경우
적용 대상
.NET