Método IVsObjectManager2.RegisterSimpleLibrary (IVsSimpleLibrary2, UInt32)
Publicado: agosto de 2016
Registra uma biblioteca de símbolos de código gerenciado 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 RegisterSimpleLibrary(
IVsSimpleLibrary2 pLib,
out uint pdwCookie
)
int RegisterSimpleLibrary(
IVsSimpleLibrary2^ pLib,
[OutAttribute] unsigned int% pdwCookie
)
abstract RegisterSimpleLibrary :
pLib:IVsSimpleLibrary2 *
pdwCookie:uint32 byref -> int
Function RegisterSimpleLibrary (
pLib As IVsSimpleLibrary2,
<OutAttribute> ByRef pdwCookie As UInteger
) As Integer
Parâmetros
pLib
Type: Microsoft.VisualStudio.Shell.Interop.IVsSimpleLibrary2[in] O IVsSimpleLibrary2 que representa uma biblioteca de código gerenciado.
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
COM assinatura
De vsshell80.idl:
HRESULT RegisterSimpleLibrary(
[in] IVsSimpleLibrary2 * pLib,
[out] VSCOOKIE* pdwCookie
);
Confira Também
Interface IVsObjectManager2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao início