CAccPropServicesClass.ClearProps(Byte, UInt32, Guid, Int32) 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 ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearProps;
public virtual void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
override this.ClearProps : byte * uint32 * Guid * int -> unit
Public Overridable Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)
Parameters
- pIDString
- Byte
Identify the accessible element that is to be un-annotated.
- dwIDStringLen
- UInt32
Length of pIDString
.
- paProps
- Guid
Specify an array of properties that is to be reset. These properties will revert to the default behavior they displayed before they were annotated.
- cProps
- Int32
Specifies the number of properties in the paProps
array.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.