ItemSpec.ToStrings Method
Creates an array of user-readable strings from an array of ItemSpec objects.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Shared Function ToStrings ( _
itemSpecs As ItemSpec() _
) As String()
public static string[] ToStrings(
ItemSpec[] itemSpecs
)
public:
static array<String^>^ ToStrings(
array<ItemSpec^>^ itemSpecs
)
static member ToStrings :
itemSpecs:ItemSpec[] -> string[]
public static function ToStrings(
itemSpecs : ItemSpec[]
) : String[]
Parameters
- itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
An array of ItemSpec objects.
Return Value
Type: array<System.String[]
An array of strings that describes the properties of the ItemSpec objects.
Remarks
Note that the recursion and deletion ID are not included in each string (that is, it is just a path).
.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.