Método IVsIntellisenseProjectHost.GetOutputAssembly (String)
Retorna o nome do assembly de saída.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetOutputAssembly(
out string pbstrOutputAssembly
)
int GetOutputAssembly(
[OutAttribute] String^% pbstrOutputAssembly
)
abstract GetOutputAssembly :
pbstrOutputAssembly:string byref -> int
Function GetOutputAssembly (
<OutAttribute> ByRef pbstrOutputAssembly As String
) As Integer
Parâmetros
- pbstrOutputAssembly
[out] Ponteiro para uma seqüência de caracteres que contém o nome do assembly.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsIntellisenseProjectHost
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo