Método IVsNavInfo.GetLibGuid (Guid)
Identifica a biblioteca de símbolos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetLibGuid(
out Guid pGuid
)
int GetLibGuid(
[OutAttribute] Guid% pGuid
)
abstract GetLibGuid :
pGuid:Guid byref -> int
Function GetLibGuid (
<OutAttribute> ByRef pGuid As Guid
) As Integer
Parâmetros
- pGuid
[out] A Guid identifica a biblioteca.
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.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IVsNavInfo::GetLibGuid(
[out] GUID * pGuid
);
Consulte também
Interface IVsNavInfo
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo