Método IVsProjectCfg2.get_IsDebugOnly (Int32)
Publicado: agosto de 2016
Método 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
Type: System.Int32Não use.
Valor de retorno
Type: System.Int32
Implementações
IVsProjectCfg.get_IsDebugOnly(Int32)
Consulte também
Interface IVsProjectCfg2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo