IVersionControlService.EnumDir-Methode
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function EnumDir ( _
directoryPath As String, _
mode As VersionControlEnumDirMode, _
versionStr As String, _
recursive As Boolean, _
<OutAttribute> ByRef items As String(), _
<OutAttribute> ByRef enumCount As Integer _
) As Integer
int EnumDir(
string directoryPath,
VersionControlEnumDirMode mode,
string versionStr,
bool recursive,
out string[] items,
out int enumCount
)
Parameter
- directoryPath
Typ: System.String
- versionStr
Typ: System.String
- recursive
Typ: System.Boolean
- items
Typ: array<System.String[]%
- enumCount
Typ: System.Int32%
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVersionControlService Schnittstelle
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace