Compartir a través de


ProjectConfig.get_IsDebugOnly (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Int32

Implementaciones

IVsProjectCfg2.get_IsDebugOnly(Int32%)
IVsDebuggableProjectCfg.get_IsDebugOnly(Int32%)
IVsProjectCfg.get_IsDebugOnly(Int32%)
IVsCfg.get_IsDebugOnly(Int32%)

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)