CAccPropServicesClass.SetHwndPropStr 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 SetHwndPropStr(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::String ^ str) = Accessibility::IAccPropServices::SetHwndPropStr;
public virtual void SetHwndPropStr (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, string str);
abstract member SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
override this.SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
Public Overridable Sub SetHwndPropStr (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, str As String)
Parameters
- hwnd
- _RemotableHandle
Identifies the accessible element that is to be annotated. This replaces the identity string.
- idObject
- UInt32
Identifies the accessible element that is to be annotated. This replaces the identity string.
- idChild
- UInt32
Identifies the accessible element that is to be annotated. This replaces the identity string.
- idProp
- Guid
Specifies which property of that element is to be annotated.
- str
- String
Specifies a new value for the idProp
property.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.