Partilhar via


Método ProjectConfig.get_IsDebugOnly

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.Int32

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

ProjectConfig Classe

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