DirectoryAttribute.Insert メソッド

定義

DirectoryAttribute コレクション内の指定した value に、指定した index を挿入します。

オーバーロード

Insert(Int32, Byte[])

Insert(Int32, Byte[]) メソッドは、DirectoryAttribute コレクションの指定した value の位置に、指定した index を挿入します。

Insert(Int32, String)

Insert(Int32, String) メソッドは、DirectoryAttribute コレクションの指定した value の位置に、指定した index を挿入します。

Insert(Int32, Uri)

Insert(Int32, Uri) メソッドは、DirectoryAttribute コレクションの指定した value の位置に、指定した index を挿入します。

Insert(Int32, Byte[])

ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs

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 未満です。または、indexDirectoryAttribute オブジェクトの要素の数を超えています。

適用対象

Insert(Int32, String)

ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs

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 未満です。または、indexDirectoryAttribute オブジェクトの要素の数を超えています。

適用対象

Insert(Int32, Uri)

ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs
ソース:
DirectoryAttribute.cs

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 未満です。または、indexDirectoryAttribute オブジェクトの要素の数を超えています。

適用対象