IVsUIDataSource.QueryValue Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
‘선언
Function QueryValue ( _
prop As String, _
<OutAttribute> pTypeName As String(), _
<OutAttribute> pDataFormat As UInteger(), _
<OutAttribute> pValue As Object() _
) As Integer
‘사용 방법
Dim instance As IVsUIDataSource
Dim prop As String
Dim pTypeName As String()
Dim pDataFormat As UInteger()
Dim pValue As Object()
Dim returnValue As Integer
returnValue = instance.QueryValue(prop, _
pTypeName, pDataFormat, pValue)
int QueryValue(
string prop,
string[] pTypeName,
uint[] pDataFormat,
Object[] pValue
)
int QueryValue(
[InAttribute] String^ prop,
[OutAttribute] array<String^>^ pTypeName,
[OutAttribute] array<unsigned int>^ pDataFormat,
[OutAttribute] array<Object^>^ pValue
)
abstract QueryValue :
prop:string *
pTypeName:string[] byref *
pDataFormat:uint32[] byref *
pValue:Object[] byref -> int
function QueryValue(
prop : String,
pTypeName : String[],
pDataFormat : uint[],
pValue : Object[]
) : int
Parameters
- prop
Type: System.String
- pTypeName
Type: array<System.String[]
- pDataFormat
Type: array<System.UInt32[]
- pValue
Type: array<System.Object[]
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.