ProjectInfo Constructor (String, String, ProjectState)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Public Sub New ( _
    uri As String, _
    name As String, _
    status As ProjectState _
)
public ProjectInfo(
    string uri,
    string name,
    ProjectState status
)
public:
ProjectInfo(
    String^ uri, 
    String^ name, 
    ProjectState status
)
new : 
        uri:string * 
        name:string * 
        status:ProjectState -> ProjectInfo
public function ProjectInfo(
    uri : String, 
    name : String, 
    status : ProjectState
)

Parameters

.NET Framework Security

See Also

Reference

ProjectInfo Class

ProjectInfo Overload

Microsoft.TeamFoundation.Server Namespace