ProjectConfig.QueryDebugLaunch – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Public Overridable Function QueryDebugLaunch ( _
flags As UInteger, _
<OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
public virtual int QueryDebugLaunch(
uint flags,
out int fCanLaunch
)
public:
virtual int QueryDebugLaunch(
unsigned int flags,
[OutAttribute] int% fCanLaunch
)
abstract QueryDebugLaunch :
flags:uint32 *
fCanLaunch:int byref -> int
override QueryDebugLaunch :
flags:uint32 *
fCanLaunch:int byref -> int
public function QueryDebugLaunch(
flags : uint,
fCanLaunch : int
) : int
Parametry
- flags
Typ: System.UInt32
- fCanLaunch
Typ: System.Int32%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů