ProjectCreationContext.ProjectCollection Property
Returns the TfsTeamProjectCollection object associated with this project creation context
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectCollection As TfsTeamProjectCollection
public TfsTeamProjectCollection ProjectCollection { get; }
public:
property TfsTeamProjectCollection^ ProjectCollection {
TfsTeamProjectCollection^ get ();
}
member ProjectCollection : TfsTeamProjectCollection with get
function get ProjectCollection () : TfsTeamProjectCollection
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
.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.