IAccPropServices.SetHwndProp Method
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 SetHwndProp(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::Object ^ var);
public void SetHwndProp(ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, object var);
abstract member SetHwndProp : _RemotableHandle * uint32 * uint32 * Guid * obj -> unit
Public Sub SetHwndProp (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, var As Object)
- 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.
- var
- Object
Specifies a new value for that property.
For more information about IAccPropServices, see the documentation about Dynamic Annotation.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: