Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.String
- pbstrSccProjectName
Type: array<System.String[]
- pbstrSccAuxPath
Type: array<System.String[]
- pbstrSccLocalPath
Type: array<System.String[]
- pbstrProvider
Type: array<System.String[]
Return Value
Type: System.Int32
.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.