IVsSccProjectProviderBinding::GetProviderSession Method (Object^)

 

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)

int GetProviderSession(
	[OutAttribute] Object^% punkSession
)

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.

From ivssccprojectproviderbinding.idl

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

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

Return to top
Show: