ProjectConfig.get_IsDebugOnly – 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 get_IsDebugOnly ( _
<OutAttribute> ByRef fDebug As Integer _
) As Integer
public virtual int get_IsDebugOnly(
out int fDebug
)
public:
virtual int get_IsDebugOnly(
[OutAttribute] int% fDebug
)
abstract get_IsDebugOnly :
fDebug:int byref -> int
override get_IsDebugOnly :
fDebug:int byref -> int
public function get_IsDebugOnly(
fDebug : int
) : int
Parametry
- fDebug
Typ: System.Int32%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsProjectCfg2.get_IsDebugOnly(Int32%)
IVsDebuggableProjectCfg.get_IsDebugOnly(Int32%)
IVsProjectCfg.get_IsDebugOnly(Int32%)
IVsCfg.get_IsDebugOnly(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ů