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
- tpcFullPath
Type: System.String
Return Value
Type: array<System.String[]
.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.