Metodo GelDependencyObject.IVsUIDataSource.QueryValue
Spazio dei nomi: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- prop
Tipo: System.String
- pTypeName
Tipo: array<System.String[]
- pDataFormat
Tipo: array<System.UInt32[]
- pValue
Tipo: array<System.Object[]
Valore restituito
Tipo: System.Int32
Implementa
IVsUIDataSource.QueryValue(String, array<String[], array<UInt32[], array<Object[])
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.