IVsLibraryReferenceManager.IncrementCheckCount Method

Called by the project referencing a component identified by its path when it is brought into scope.

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

Syntax

'Declaration
Function IncrementCheckCount ( _
    wszPath As String, _
    pVsLibrary As Object _
) As Integer
int IncrementCheckCount(
    string wszPath,
    Object pVsLibrary
)
int IncrementCheckCount(
    [InAttribute] String^ wszPath, 
    [InAttribute] Object^ pVsLibrary
)
abstract IncrementCheckCount : 
        wszPath:string * 
        pVsLibrary:Object -> int
function IncrementCheckCount(
    wszPath : String, 
    pVsLibrary : Object
) : int

Parameters

  • wszPath
    Type: String

    [In] Reference to a component identified by its path.

  • pVsLibrary
    Type: Object

    [In] A pointer to an object of type pVsLibrary.

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

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

.NET Framework Security

See Also

Reference

IVsLibraryReferenceManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace