IVsWebMigrationService.GetProjectSCCInfo Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Function GetProjectSCCInfo ( _
    bstrProjectFIle As String, _
    <OutAttribute> pbstrSccProjectName As String(), _
    <OutAttribute> pbstrSccAuxPath As String(), _
    <OutAttribute> pbstrSccLocalPath As String(), _
    <OutAttribute> pbstrProvider As String() _
) As Integer
‘사용 방법
Dim instance As IVsWebMigrationService
Dim bstrProjectFIle As String
Dim pbstrSccProjectName As String()
Dim pbstrSccAuxPath As String()
Dim pbstrSccLocalPath As String()
Dim pbstrProvider As String()
Dim returnValue As Integer

returnValue = instance.GetProjectSCCInfo(bstrProjectFIle, _
    pbstrSccProjectName, pbstrSccAuxPath, _
    pbstrSccLocalPath, pbstrProvider)
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

IVsWebMigrationService Members

Microsoft.VisualStudio.Shell.Interop Namespace