IAccPropServer.GetPropValue(Byte, UInt32, Guid, Object, Int32) 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.
IAccPropServer et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServer
du modèle COM (Component Object Model).
public:
void GetPropValue(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid idProp, [Runtime::InteropServices::Out] System::Object ^ % pvarValue, [Runtime::InteropServices::Out] int % pfHasProp);
public void GetPropValue (ref byte pIDString, uint dwIDStringLen, Guid idProp, out object pvarValue, out int pfHasProp);
abstract member GetPropValue : byte * uint32 * Guid * obj * int -> unit
Public Sub GetPropValue (ByRef pIDString As Byte, dwIDStringLen As UInteger, idProp As Guid, ByRef pvarValue As Object, ByRef pfHasProp As Integer)
Paramètres
- pIDString
- Byte
Contient une chaîne qui identifie la propriété demandée.
- dwIDStringLen
- UInt32
Spécifie la longueur de la chaîne d'identité spécifiée par le paramètre pIDString
.
- idProp
- Guid
Spécifie un GUID indiquant la propriété désirée.
- pvarValue
- Object
Spécifie la valeur de la propriété substituée. Ce paramètre est valide uniquement si pfHasProp
est TRUE. Le serveur doit lui affecter la valeur VT_EMPTY si pfHasProp
a la valeur FALSE.
- pfHasProp
- Int32
Indique si le serveur fournit une valeur pour la propriété demandée. Le serveur doit lui affecter la valeur TRUE si une propriété de substitution est retournée, ou la valeur FALSE si aucune propriété n'est retournée (dans ce cas, il doit également affecter VT_EMPTY à pvarValue
).
Remarques
Pour plus d’informations sur IAccPropServer, consultez IAccPropServer ::GetPropValue.