Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies Exec call, that should specify list of allowed parameters instead of performing the actual operation.
https://blogs.msdn.com/dr.\_ex/archive/2005/03/16/396877.aspx
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Function IsQueryParameterList ( _
pvaIn As IntPtr, _
pvaOut As IntPtr, _
commandOption As UInteger _
) As Boolean
public bool IsQueryParameterList(
IntPtr pvaIn,
IntPtr pvaOut,
uint commandOption
)
public:
bool IsQueryParameterList(
IntPtr pvaIn,
IntPtr pvaOut,
unsigned int commandOption
)
member IsQueryParameterList :
pvaIn:IntPtr *
pvaOut:IntPtr *
commandOption:uint32 -> bool
public function IsQueryParameterList(
pvaIn : IntPtr,
pvaOut : IntPtr,
commandOption : uint
) : boolean
Parameters
pvaIn
Type: System.IntPtrinput
pvaOut
Type: System.IntPtroutput
commandOption
Type: System.UInt32options
Return Value
Type: System.Boolean
true for querying parameter, false otherwise
.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.