VlvResponseControl クラス

定義

VlvResponseControl クラスは、サーバーからクライアントに仮想一覧表示 (VLV: Virtual List View) データを渡すために使用されます。

public ref class VlvResponseControl : System::DirectoryServices::Protocols::DirectoryControl
public class VlvResponseControl : System.DirectoryServices.Protocols.DirectoryControl
type VlvResponseControl = class
    inherit DirectoryControl
Public Class VlvResponseControl
Inherits DirectoryControl
継承
VlvResponseControl

プロパティ

ContentCount

ContentCount プロパティは、リストの項目数を格納します。

ContextId

ContextId プロパティは、この検索を識別するためにサーバーによって割り当てられるコンテキスト ID を格納します。

IsCritical

IsCritical プロパティは、コントロールがクリティカルかどうかを指定します。

(継承元 DirectoryControl)
Result

Result プロパティは、ResultCode オブジェクトの形式で結果コードを格納します。

ServerSide

ServerSide プロパティは、これがサーバー側コントロールかどうかを指定します。

(継承元 DirectoryControl)
TargetPosition

TargetPosition プロパティは、対象エントリのリスト インデックス位置を格納します。

Type

Type プロパティには、コントロールのオブジェクト ID (OID) が格納されます。

(継承元 DirectoryControl)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
GetValue()

GetValue() メソッドは、コントロールに関連付けられたデータを返します。

(継承元 DirectoryControl)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象