Partager via


UIDataSource.QueryValue, méthode

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

UIDataSource Classe

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms