Partilhar via


Método IVsUIDataSource.QueryValue (String, String[], UInt32[], Object )

 

Retorna o tipo, formato e valor de uma propriedade.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int QueryValue(
    string prop,
    string[] pTypeName,
    uint[] pDataFormat,
    object[] pValue
)
int QueryValue(
    String^ prop,
    array<String^>^ pTypeName,
    array<unsigned int>^ pDataFormat,
    array<Object^>^ pValue
)
abstract QueryValue : 
        prop:string *
        pTypeName:string[] *
        pDataFormat:uint32[] *
        pValue:Object[] -> int
Function QueryValue (
    prop As String,
    pTypeName As String(),
    pDataFormat As UInteger(),
    pValue As Object()
) As Integer

Parâmetros

  • prop
    [in] O nome da propriedade
  • pTypeName
    [out] Local para retornar o nome de tipo
  • pDataFormat
    [out] Local para retornar o formato
  • pValue
    [out] Local para retornar um ponteiro para a interface para o valor da propriedade.

Valor de retorno

Type: System.Int32

Retorna S_OK se as informações foi retornadas.

Consulte também

Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo