IAccPropServices.SetPropValue(Byte, UInt32, Guid, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.