IAccPropServices.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 IAccPropServices interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
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)
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 an array of properties to be handled by the specified callback object.
- 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.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.