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[])
Insert(Int32, Byte[]) 方法在指定的 value
上,將指定的 index
插入至 DirectoryAttribute 集合。
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
小於零,或 index
大於 DirectoryAttribute 物件中的項目數目。
適用於
Insert(Int32, String)
Insert(Int32, String) 方法在指定的 value
上,將指定的 index
插入至 DirectoryAttribute 集合。
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
小於零,或 index
大於 DirectoryAttribute 物件中的項目數目。
適用於
Insert(Int32, Uri)
Insert(Int32, Uri) 方法在指定的 value
上,將指定的 index
插入至 DirectoryAttribute 集合。
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
小於零,或 index
大於 DirectoryAttribute 物件中的項目數目。