Método IVsLibraryReferenceManager.IncrementCheckCount (String, Object)
Publicado: abril de 2016
Chamado pelo projeto referenciar um componente identificado por seu caminho quando ele é colocado em escopo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int IncrementCheckCount(
string wszPath,
object pVsLibrary
)
int IncrementCheckCount(
String^ wszPath,
Object^ pVsLibrary
)
abstract IncrementCheckCount :
wszPath:string *
pVsLibrary:Object -> int
Function IncrementCheckCount (
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::IncrementCheckCount(
[in] LPCOLESTR wszPath,
[in] IUnknown* pVsLibrary
);
Consulte também
Interface IVsLibraryReferenceManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo