Compartilhar via


Método IVsLibraryReferenceManager.DecrementCheckCount (String, Object)

 

Publicado: abril de 2016

Chamado pelo projeto referenciar um componente identificado por seu caminho quando ele ficar fora do escopo.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int DecrementCheckCount(
    string wszPath,
    object pVsLibrary
)
int DecrementCheckCount(
    String^ wszPath,
    Object^ pVsLibrary
)
abstract DecrementCheckCount : 
        wszPath:string *
        pVsLibrary:Object -> int
Function DecrementCheckCount (
    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::DecrementCheckCount(

   [in] LPCOLESTR wszPath,

   [in] IUnknown* pVsLibrary

);

Consulte também

Interface IVsLibraryReferenceManager
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo