SearchResultReferenceCollection.Item[Int32] プロパティ

定義

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

public:
 property System::DirectoryServices::Protocols::SearchResultReference ^ default[int] { System::DirectoryServices::Protocols::SearchResultReference ^ get(int index); };
public System.DirectoryServices.Protocols.SearchResultReference this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.SearchResultReference
Default Public ReadOnly Property Item(index As Integer) As SearchResultReference

パラメーター

index
Int32

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

プロパティ値

指定した index の位置にある SearchResultReference オブジェクト。

適用対象