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
)
function GetProjectSCCInfo(
    bstrProjectFIle : String, 
    pbstrSccProjectName : String[], 
    pbstrSccAuxPath : String[], 
    pbstrSccLocalPath : String[], 
    pbstrProvider : String[]
) : int

Parameters

  • pbstrSccProjectName
    Type: []
  • pbstrSccAuxPath
    Type: []
  • pbstrSccLocalPath
    Type: []
  • pbstrProvider
    Type: []

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsWebMigrationService Interface

IVsWebMigrationService Members

Microsoft.VisualStudio.Shell.Interop Namespace