다음을 통해 공유


GelDependencyObject.IVsUIDataSource.QueryValue Method

Microsoft internal use only.

Returns the type, format and value of a property.

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

Syntax

‘선언
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
)

Parameters

  • pTypeName
    Type: array<System.String[]
    [out] Location to return the type name.
  • pDataFormat
    Type: array<System.UInt32[]
    [out] Location to return the format.
  • pValue
    Type: array<System.Object[]
    [out] Location to return a pointer to the interface for the property value.

Return Value

Type: System.Int32
Returns S_OK if the information was returned.

Implements

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

.NET Framework Security

See Also

Reference

GelDependencyObject Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace