Share via


IVsWebMigrationService.GetProjectSCCInfo Method

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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWebMigrationService Interface

Microsoft.VisualStudio.Shell.Interop Namespace