IVsGetScciProviderInterface.GetSourceControlProviderInterface Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified source code control provider object.
public:
void GetSourceControlProviderInterface(Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObject);
public void GetSourceControlProviderInterface (ref Guid riid, out IntPtr ppvObject);
abstract member GetSourceControlProviderInterface : Guid * nativeint -> unit
Public Sub GetSourceControlProviderInterface (ByRef riid As Guid, ByRef ppvObject As IntPtr)
Parameters
- riid
- Guid
[in] Identifier of the requested source code control provider interface.
- ppvObject
-
IntPtr
nativeint
[out] Address of a pointer containing the requested source control provider interface.