ProjectContext Constructor (TfsTeamProjectCollection, String, String)
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Декларация
Public Sub New ( _
tfs As TfsTeamProjectCollection, _
projectName As String, _
projectUri As String _
)
public ProjectContext(
TfsTeamProjectCollection tfs,
string projectName,
string projectUri
)
public:
ProjectContext(
TfsTeamProjectCollection^ tfs,
String^ projectName,
String^ projectUri
)
new :
tfs:TfsTeamProjectCollection *
projectName:string *
projectUri:string -> ProjectContext
public function ProjectContext(
tfs : TfsTeamProjectCollection,
projectName : String,
projectUri : String
)
Parameters
- projectName
Type: System.String
- projectUri
Type: 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.