Share via


ProjectCreationHelper.Parse Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Shared Sub Parse ( _
    objectType As ObjectTypes, _
    fileName As String _
)
public static void Parse(
    ObjectTypes objectType,
    string fileName
)
public:
static void Parse(
    ObjectTypes objectType, 
    String^ fileName
)
static member Parse : 
        objectType:ObjectTypes * 
        fileName:string -> unit
public static function Parse(
    objectType : ObjectTypes, 
    fileName : String
)

Parameters

.NET Framework Security

See Also

Reference

ProjectCreationHelper Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace