IVsGetScciProviderInterface.GetSourceControlProviderID(Guid) 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 a pointer to the active source code control provider.
public:
void GetSourceControlProviderID([Runtime::InteropServices::Out] Guid % pguidSCCProvider);
public void GetSourceControlProviderID (out Guid pguidSCCProvider);
abstract member GetSourceControlProviderID : Guid -> unit
Public Sub GetSourceControlProviderID (ByRef pguidSCCProvider As Guid)
Parameters
- pguidSCCProvider
- Guid
[out] GUID of the active source code control provider.