CAccPropServicesClass.SetPropServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
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)
Parameters
- pIDString
- Byte
Identifies the accessible element that is to be annotated.
- dwIDStringLen
- UInt32
Specifies the length of the string identified by the pIDString
parameter.
- paProps
- Guid
Specifies an array of properties to be handled by the specified callback object.
- cProps
- Int32
Specifies the number of properties in the paProps
array.
- pServer
- IAccPropServer
Specifies the callback object that will be invoked when a client requests one of the overridden properties.
- AnnoScope
- AnnoScope
May be ANNO_THIS, indicating that the annotation affects the indicated accessible element only; or ANNO_CONTAINER, indicating that it applies to the element and its immediate element children.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.