DirectoryControlCollection.Item[Int32] プロパティ

定義

Item[Int32] プロパティは、指定されたインデックス位置の DirectoryControl オブジェクトを格納します。

public:
 property System::DirectoryServices::Protocols::DirectoryControl ^ default[int] { System::DirectoryServices::Protocols::DirectoryControl ^ get(int index); void set(int index, System::DirectoryServices::Protocols::DirectoryControl ^ value); };
public System.DirectoryServices.Protocols.DirectoryControl this[int index] { get; set; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryControl with get, set
Default Public Property Item(index As Integer) As DirectoryControl

パラメーター

index
Int32

DirectoryControl オブジェクトのインデックス値。

プロパティ値

指定したインデックス位置にある DirectoryControl オブジェクトを格納します。

例外

プロパティを null に設定しようとしました。

適用対象