SerializedWorkspace.FindCommonServerPath Method

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'宣言
<ObsoleteAttribute("This method has been deprecated. Please remove all references.")> _
Public Shared Function FindCommonServerPath ( _
    workingFolders As WorkingFolder() _
) As String
[ObsoleteAttribute("This method has been deprecated. Please remove all references.")]
public static string FindCommonServerPath(
    WorkingFolder[] workingFolders
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.")]
public:
static String^ FindCommonServerPath(
    array<WorkingFolder^>^ workingFolders
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.")>]
static member FindCommonServerPath : 
        workingFolders:WorkingFolder[] -> string 
public static function FindCommonServerPath(
    workingFolders : WorkingFolder[]
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SerializedWorkspace Class

Microsoft.TeamFoundation.Build.Tasks Namespace