IVsGetScciProviderInterface::GetSourceControlProviderInterface Method (Guid, IntPtr)
Visual Studio 2015
Gets the specified source code control provider object.
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.
Show: