IAccPropServices.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 IAccPropServices interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
public:
void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps);
public void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
Public Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)
Parameters
- pIDString
- Byte
Identifies the accessible element that is to be un-annotated.
- dwIDStringLen
- UInt32
Length of pIDString
.
- paProps
- Guid
Specifies 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.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.