Share via


Metodo UIDataSource.QueryValue

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Function QueryValue ( _
    prop As String, _
    pTypeName As String(), _
    pDataFormat As UInteger(), _
    pValue As Object() _
) As Integer
public int QueryValue(
    string prop,
    string[] pTypeName,
    uint[] pDataFormat,
    Object[] pValue
)

Parametri

Valore restituito

Tipo: System.Int32

Implementa

IVsUIDataSource.QueryValue(String, array<String[], array<UInt32[], array<Object[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIDataSource Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI