CommandHandler.IsQueryParameterList 方法
标识可执行调用,则应指定列表允许的参数而不是执行实际操作。
https://blogs.msdn.com/dr.\_ex/archive/2005/03/16/396877.aspx
命名空间: Microsoft.VisualStudio.TeamFoundation
程序集: Microsoft.VisualStudio.TeamFoundation(在 Microsoft.VisualStudio.TeamFoundation.dll 中)
语法
声明
Public Function IsQueryParameterList ( _
pvaIn As IntPtr, _
pvaOut As IntPtr, _
commandOption As UInteger _
) As Boolean
public bool IsQueryParameterList(
IntPtr pvaIn,
IntPtr pvaOut,
uint commandOption
)
参数
- pvaIn
类型:System.IntPtr
input
- pvaOut
类型:System.IntPtr
output
- commandOption
类型:System.UInt32
选项
返回值
类型:System.Boolean
为查询的参数否则为true,错误
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。