IVsLibraryReferenceManager::IncrementCheckCount Method (String^, Object^)
Visual Studio 2015
Called by the project referencing a component identified by its path when it is brought into scope.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- wszPath
-
Type:
System::String^
[In] Reference to a component identified by its path.
- pVsLibrary
-
Type:
System::Object^
[In] A pointer to an object of type pVsLibrary.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsLibraryReferenceManager::IncrementCheckCount( [in] LPCOLESTR wszPath, [in] IUnknown* pVsLibrary );
Show: