ProjectSettingsCatalogHelper.GetProjectCollectionPathSpecs Method

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared Function GetProjectCollectionPathSpecs ( _
    tpcFullPath As String _
) As String()
public static string[] GetProjectCollectionPathSpecs(
    string tpcFullPath
)
public:
static array<String^>^ GetProjectCollectionPathSpecs(
    String^ tpcFullPath
)
static member GetProjectCollectionPathSpecs : 
        tpcFullPath:string -> string[] 
public static function GetProjectCollectionPathSpecs(
    tpcFullPath : String
) : String[]

Parameters

Return Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

ProjectSettingsCatalogHelper Class

Microsoft.TeamFoundation.Framework.Common Namespace