GelDependencyObject.IVsUIDataSource.QueryValue, méthode
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Function QueryValue ( _
prop As String, _
pTypeName As String(), _
pDataFormat As UInteger(), _
pValue As Object() _
) As Integer Implements IVsUIDataSource.QueryValue
int IVsUIDataSource.QueryValue(
string prop,
string[] pTypeName,
uint[] pDataFormat,
Object[] pValue
)
Paramètres
- prop
Type : System.String
- pTypeName
Type : array<System.String[]
- pDataFormat
Type : array<System.UInt32[]
- pValue
Type : array<System.Object[]
Valeur de retour
Type : System.Int32
Implémentations
IVsUIDataSource.QueryValue(String, array<String[], array<UInt32[], array<Object[])
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.