Método IVsDebuggableProjectCfg.get_IsReleaseOnly (Int32)
Publicado: abril 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_IsReleaseOnly(
out int pfIsReleaseOnly
)
int get_IsReleaseOnly(
[OutAttribute] int% pfIsReleaseOnly
)
abstract get_IsReleaseOnly :
pfIsReleaseOnly:int byref -> int
Function get_IsReleaseOnly (
<OutAttribute> ByRef pfIsReleaseOnly As Integer
) As Integer
Parâmetros
- pfIsReleaseOnly
Não use.
Valor de retorno
Type: System.Int32
Implementações
IVsProjectCfg.get_IsReleaseOnly(Int32)
Consulte também
Interface IVsDebuggableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo