Método IVsCfg.get_IsDebugOnly (Int32)

 

Publicado: abril de 2016

Obsoleto.Não use.

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

Sintaxe

int get_IsDebugOnly(
    out int pfIsDebugOnly
)
int get_IsDebugOnly(
    [OutAttribute] int% pfIsDebugOnly
)
abstract get_IsDebugOnly : 
        pfIsDebugOnly:int byref -> int
Function get_IsDebugOnly (
    <OutAttribute> ByRef pfIsDebugOnly As Integer
) As Integer

Parâmetros

  • pfIsDebugOnly
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo