Поделиться через


DatabaseProjectConfig.QueryDebugLaunch Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

Implements

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)

.NET Framework Security

See Also

Reference

DatabaseProjectConfig Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace