IVsSccProjectProviderBinding.GetProviderSession Method

Returns a session object for a Version API (VAPI)-style source control package.

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

Syntax

'Declaration
Function GetProviderSession ( _
    <OutAttribute> ByRef punkSession As Object _
) As Integer
int GetProviderSession(
    out Object punkSession
)
int GetProviderSession(
    [OutAttribute] Object^% punkSession
)
abstract GetProviderSession : 
        punkSession:Object byref -> int 
function GetProviderSession(
    punkSession : Object
) : int

Parameters

  • punkSession
    Type: System.Object%
    [out] A session object to be used with a VAPI-style source control package.

Return Value

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

Remarks

COM Signature

From ivssccprojectproviderbinding.idl

HRESULT GetProviderSession(
   [out, retval] IUnknown **punkSession
);

The session object is used to create access to a VAPI-style source control package.

.NET Framework Security

See Also

Reference

IVsSccProjectProviderBinding Interface

Microsoft.VisualStudio.Shell.Interop Namespace