该类及其成员保留供内部使用,不应在代码中使用。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Project
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
Public Overrides Function QueryDebugLaunch ( _
flags As UInteger, _
<OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
public override int QueryDebugLaunch(
uint flags,
out int fCanLaunch
)
public:
virtual int QueryDebugLaunch(
unsigned int flags,
[OutAttribute] int% fCanLaunch
) override
abstract QueryDebugLaunch :
flags:uint32 *
fCanLaunch:int byref -> int
override QueryDebugLaunch :
flags:uint32 *
fCanLaunch:int byref -> int
public override function QueryDebugLaunch(
flags : uint,
fCanLaunch : int
) : int
参数
- flags
类型:System.UInt32
- fCanLaunch
类型:System.Int32%
返回值
类型:System.Int32
实现
IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。