IAccPropServer.GetPropValue(Byte, UInt32, Guid, Object, Int32) Método

Definición

y IAccPropServer todos sus miembros expuestos forman parte de un contenedor administrado para la interfaz del modelo de objetos componentes (COM). IAccPropServer

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)

Parámetros

pIDString
Byte

Contiene una cadena que identifica la propiedad que se solicita.

dwIDStringLen
UInt32

Especifica la longitud de la cadena de identidad especificada por el pIDString parámetro .

idProp
Guid

Especifica un GUID que indica la propiedad deseada.

pvarValue
Object

Especifica el valor de la propiedad invalidada. Este parámetro solo es válido si pfHasProp es TRUE. El servidor debe establecerlo en VT_EMPTY si pfHasProp está establecido en FALSE.

pfHasProp
Int32

Indica si el servidor proporciona un valor para la propiedad solicitada. El servidor debe establecerlo en TRUE si devuelve una propiedad de invalidación o en FALSE si no devuelve una propiedad (en cuyo caso también debe establecerse pvarValue en VT_EMPTY).

Comentarios

Para obtener más información sobre IAccPropServer, vea IAccPropServer::GetPropValue.

Se aplica a