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