IVsGetScciProviderInterface::GetSourceControlProviderInterface Method (Guid, IntPtr)

 

Gets the specified source code control provider object.

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

void GetSourceControlProviderInterface(
	[InAttribute] Guid% riid,
	[OutAttribute] IntPtr% ppvObject
)

Parameters

riid
Type: System::Guid

[in] Identifier of the requested source code control provider interface.

ppvObject
Type: System::IntPtr

[out] Address of a pointer containing the requested source control provider interface.

Return to top
Show: