Método IVsObjectManager2.RegisterLibrary (IVsLibrary2, UInt32)
Publicado: agosto de 2016
Registra uma biblioteca de símbolos com o Visual Studio Gerenciador de objetos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int RegisterLibrary(
IVsLibrary2 pLib,
out uint pdwCookie
)
int RegisterLibrary(
IVsLibrary2^ pLib,
[OutAttribute] unsigned int% pdwCookie
)
abstract RegisterLibrary :
pLib:IVsLibrary2 *
pdwCookie:uint32 byref -> int
Function RegisterLibrary (
pLib As IVsLibrary2,
<OutAttribute> ByRef pdwCookie As UInteger
) As Integer
Parâmetros
pLib
Type: Microsoft.VisualStudio.Shell.Interop.IVsLibrary2[in] O IVsLibrary2 que representa uma biblioteca registrada com o Gerenciador de objeto.
pdwCookie
Type: System.UInt32[out] O Cookie que identifica a biblioteca de marcas.
Valor Retornado
Type: System.Int32
Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.
Comentários
Assinatura CCOM
De vsshell80.idl:
HRESULT IVsObjectManager2::RegisterLibrary(
[in] IVsLibrary2 * pLib,
[out] VSCOOKIE* pdwCookie
);
Confira Também
Interface IVsObjectManager2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao início