IAccPropServices.SetPropServer メソッド

定義

IAccPropServices インターフェイスとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) IAccPropServices インターフェイスのマネージド ラッパーの一部です。

public:
 void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);
public void SetPropServer(ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);
abstract member SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
Public Sub SetPropServer (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)

パラメーター

pIDString
Byte

注釈を付けるアクセス可能な要素を識別します。

dwIDStringLen
UInt32

pIDString パラメーターによって識別される文字列の長さを指定します。

paProps
Guid

指定したコールバック オブジェクトによって処理されるプロパティの配列を指定します。

cProps
Int32

指定したコールバック オブジェクトによって処理されるプロパティの配列を指定します。

pServer
IAccPropServer

クライアントがオーバーライドされたプロパティのいずれかを要求したときに呼び出されるコールバック オブジェクトを指定します。

AnnoScope
AnnoScope

注釈が指定されたアクセス可能な要素にのみ影響することを示す、ANNO_THISされる場合があります。またはANNO_CONTAINER。要素とその直下の要素の子に適用されることを示します。

注釈

IAccPropServicesの詳細については、動的注釈に関するドキュメントを参照してください。

適用対象