CAccPropServicesClass.SetPropValue(Byte, UInt32, Guid, Object) Method

Definition

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 SetPropValue(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid idProp, System::Object ^ var) = Accessibility::IAccPropServices::SetPropValue;
public virtual void SetPropValue (ref byte pIDString, uint dwIDStringLen, Guid idProp, object var);
abstract member SetPropValue : byte * uint32 * Guid * obj -> unit
override this.SetPropValue : byte * uint32 * Guid * obj -> unit
Public Overridable Sub SetPropValue (ByRef pIDString As Byte, dwIDStringLen As UInteger, idProp As Guid, var As Object)

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.

idProp
Guid

Specifies the property of the accessible element to be annotated.

var
Object

Specifies a new value for the property.

Implements

Remarks

For more information, see the Microsoft Active Accessibility documentation.

Applies to