IVsSccProjectProviderBinding::GetProviderSession Method (Object^)
Visual Studio 2015
Returns a session object for a Version API (VAPI)-style source control package.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- punkSession
-
Type:
System::Object^
[out] A session object to be used with a VAPI-style source control package.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From ivssccprojectproviderbinding.idl
HRESULT GetProviderSession( [out, retval] IUnknown **punkSession );
The session object is used to create access to a VAPI-style source control package.
Show: