Partilhar via


Método IVsSolutionBuildManager2.put_IsDebug (Int32)

 

Método obsoleto.Não use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int put_IsDebug(
    int fIsDebug
)
int put_IsDebug(
    int fIsDebug
)
abstract put_IsDebug : 
        fIsDebug:int -> int
Function put_IsDebug (
    fIsDebug As Integer
) As Integer

Parâmetros

  • fIsDebug
    Não use.

Valor de retorno

Type: System.Int32

Implementações

IVsSolutionBuildManager.put_IsDebug(Int32)

Consulte também

Interface IVsSolutionBuildManager2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo