Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub GetSourceControlProviderInterface ( _
ByRef riid As Guid, _
<OutAttribute> ByRef ppvObject As IntPtr _
)
void GetSourceControlProviderInterface(
ref Guid riid,
out IntPtr ppvObject
)
void GetSourceControlProviderInterface(
[InAttribute] Guid% riid,
[OutAttribute] IntPtr% ppvObject
)
abstract GetSourceControlProviderInterface :
riid:Guid byref *
ppvObject:IntPtr byref -> unit
function GetSourceControlProviderInterface(
riid : Guid,
ppvObject : IntPtr
)
Parameters
riid
Type: Guid%[in] Identifier of the requested source code control provider interface.
ppvObject
Type: IntPtr%[out] Address of a pointer containing the requested source control provider interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.