次の方法で共有


CAccPropServicesClass.SetPropServer メソッド

定義

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

public:
 virtual void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope) = Accessibility::IAccPropServices::SetPropServer;
public virtual 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
override this.SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
Public Overridable 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

paProps 配列内のプロパティの数を指定します。

pServer
IAccPropServer

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

AnnoScope
AnnoScope

指定されたアクセスできる要素にのみ注釈が作用する場合は ANNO_THIS を、要素とその直接の子要素に注釈が適用される場合は ANNO_CONTAINER を指定します。

実装

注釈

詳細については、 Microsoft Active Accessibility のドキュメントを参照してください。

適用対象