IAccPropServices.SetPropValue(Byte, UInt32, Guid, Object) Méthode

Définition

L'interface IAccPropServices et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices du modèle COM (Component Object Model).

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)

Paramètres

pIDString
Byte

Identifie l'élément accessible qui doit être annoté.

dwIDStringLen
UInt32

Spécifie la longueur de la chaîne identifiée par le paramètre pIDString.

idProp
Guid

Spécifie la propriété de l'élément accessible à annoter.

var
Object

Spécifie une nouvelle valeur pour la propriété.

Remarques

Pour plus d’informations sur IAccPropServices, consultez la documentation sur l’annotation dynamique.

S’applique à