DirectoryAttribute.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DirectoryAttribute コレクション内の指定した value
に、指定した index
を挿入します。
オーバーロード
Insert(Int32, Byte[]) |
Insert(Int32, Byte[]) メソッドは、DirectoryAttribute コレクションの指定した |
Insert(Int32, String) |
Insert(Int32, String) メソッドは、DirectoryAttribute コレクションの指定した |
Insert(Int32, Uri) |
Insert(Int32, Uri) メソッドは、DirectoryAttribute コレクションの指定した |
Insert(Int32, Byte[])
Insert(Int32, Byte[]) メソッドは、DirectoryAttribute コレクションの指定した value
の位置に、指定した 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)
Insert(Int32, String) メソッドは、DirectoryAttribute コレクションの指定した value
の位置に、指定した 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)
Insert(Int32, Uri) メソッドは、DirectoryAttribute コレクションの指定した value
の位置に、指定した 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