Compartir a través de


DataSource.QueryValue Method

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
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
)

Parameters

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

DataSource Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace