Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of server item paths from an array of pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function ToServerItems ( _
pendingChanges As PendingChange() _
) As String()
public static string[] ToServerItems(
PendingChange[] pendingChanges
)
public:
static array<String^>^ ToServerItems(
array<PendingChange^>^ pendingChanges
)
static member ToServerItems :
pendingChanges:PendingChange[] -> string[]
public static function ToServerItems(
pendingChanges : PendingChange[]
) : String[]
Parameters
pendingChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]Array of PendingChange objects for which the server paths are desired.
Return Value
Type: array<System.String[]
An array of server item paths.
Remarks
Skips any PendingChanges where ServerItem is null.
.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.