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 source code control information for a project.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function GetProjectSCCInfo ( _
    bstrProjectFIle As String, _
    <OutAttribute> pbstrSccProjectName As String(), _
    <OutAttribute> pbstrSccAuxPath As String(), _
    <OutAttribute> pbstrSccLocalPath As String(), _
    <OutAttribute> pbstrProvider As String() _
) As Integer
int GetProjectSCCInfo(
    string bstrProjectFIle,
    string[] pbstrSccProjectName,
    string[] pbstrSccAuxPath,
    string[] pbstrSccLocalPath,
    string[] pbstrProvider
)
int GetProjectSCCInfo(
    [InAttribute] String^ bstrProjectFIle, 
    [OutAttribute] array<String^>^ pbstrSccProjectName, 
    [OutAttribute] array<String^>^ pbstrSccAuxPath, 
    [OutAttribute] array<String^>^ pbstrSccLocalPath, 
    [OutAttribute] array<String^>^ pbstrProvider
)
abstract GetProjectSCCInfo : 
        bstrProjectFIle:string * 
        pbstrSccProjectName:string[] byref * 
        pbstrSccAuxPath:string[] byref * 
        pbstrSccLocalPath:string[] byref * 
        pbstrProvider:string[] byref -> int
function GetProjectSCCInfo(
    bstrProjectFIle : String, 
    pbstrSccProjectName : String[], 
    pbstrSccAuxPath : String[], 
    pbstrSccLocalPath : String[], 
    pbstrProvider : String[]
) : int
Parameters
- bstrProjectFIle 
 Type: String- The name of the project file. 
- pbstrSccProjectName 
 Type: array<String[]- [out] The source control project name. 
- pbstrSccAuxPath 
 Type: array<String[]- [out] The auxiliary path for source code control. 
- pbstrSccLocalPath 
 Type: array<String[]- [out] The local path for source code control. 
- pbstrProvider 
 Type: array<String[]- [out] The source code control provider. 
Return Value
Type: Int32
The HRESULT.
.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.