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
)

参数

返回值

类型:System.Boolean
为查询的参数否则为true,错误

.NET Framework 安全性

请参见

参考

CommandHandler 类

Microsoft.VisualStudio.TeamFoundation 命名空间