Método IVsLibraryReferenceManager.AddComponentReference (String, Object)
Publicado: abril de 2016
Chamado pelo projeto ao adicionar uma referência a um componente identificado por seu caminho.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int AddComponentReference(
string wszPath,
object pVsLibrary
)
int AddComponentReference(
String^ wszPath,
Object^ pVsLibrary
)
abstract AddComponentReference :
wszPath:string *
pVsLibrary:Object -> int
Function AddComponentReference (
wszPath As String,
pVsLibrary As Object
) As Integer
Parâmetros
- wszPath
[In] Referência a um componente identificado por seu caminho.
- pVsLibrary
[in] Um ponteiro para um objeto do tipo pVsLibrary.
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 vsshell.idl:
HRESULT IVsLibraryReferenceManager::AddComponentReference(
[in] LPCOLESTR wszPath,
[in] IUnknown* pVsLibrary
);
Consulte também
Interface IVsLibraryReferenceManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo