IVsLibraryReferenceManager.IncrementCheckCount(String, Object) Método

Definição

Chamado pelo projeto que faz referência a um componente identificado por seu caminho quando ele é colocado no escopo.

public:
 int IncrementCheckCount(System::String ^ wszPath, System::Object ^ pVsLibrary);
public:
 int IncrementCheckCount(Platform::String ^ wszPath, Platform::Object ^ pVsLibrary);
int IncrementCheckCount(std::wstring const & wszPath, winrt::Windows::Foundation::IInspectable const & pVsLibrary);
public int IncrementCheckCount (string wszPath, object pVsLibrary);
abstract member IncrementCheckCount : string * obj -> int
Public Function IncrementCheckCount (wszPath As String, pVsLibrary As Object) As Integer

Parâmetros

wszPath
String

No Referência a um componente identificado por seu caminho.

pVsLibrary
Object

No Um ponteiro para um objeto do tipo pVsLibrary.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

HRESULT IVsLibraryReferenceManager::IncrementCheckCount(  
   [in] LPCOLESTR wszPath,   
   [in] IUnknown* pVsLibrary  
);  

Aplica-se a