Freigeben über


IVersionControlProvider.GetSelectedItemsList2-Methode

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Function GetSelectedItemsList2 ( _
    useCurrentSelection As Boolean, _
    <OutAttribute> ByRef fileNames As String(), _
    <OutAttribute> ByRef numberOfServerItems As Integer, _
    <OutAttribute> ByRef numberOfCodeBehindItems As Integer, _
    <OutAttribute> ByRef masterFileIndexes As Integer(), _
    <OutAttribute> ByRef explicitFileNames As String() _
) As Integer
int GetSelectedItemsList2(
    bool useCurrentSelection,
    out string[] fileNames,
    out int numberOfServerItems,
    out int numberOfCodeBehindItems,
    out int[] masterFileIndexes,
    out string[] explicitFileNames
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlProvider Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace