IAccPropServices.SetPropValue(Byte, UInt32, Guid, Object) 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 SetPropValue(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid idProp, System::Object ^ var);
public void SetPropValue (ref byte pIDString, uint dwIDStringLen, Guid idProp, object var);
abstract member SetPropValue : byte * uint32 * Guid * obj -> unit
Public 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.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.