ConfigurationSettingsServiceProxy Constructor (TfsTeamProjectCollection)
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Sub New ( _
teamProjectCollection As TfsTeamProjectCollection _
)
public ConfigurationSettingsServiceProxy(
TfsTeamProjectCollection teamProjectCollection
)
public:
ConfigurationSettingsServiceProxy(
TfsTeamProjectCollection^ teamProjectCollection
)
new :
teamProjectCollection:TfsTeamProjectCollection -> ConfigurationSettingsServiceProxy
public function ConfigurationSettingsServiceProxy(
teamProjectCollection : TfsTeamProjectCollection
)
Parameters
- teamProjectCollection
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.
See Also
Reference
ConfigurationSettingsServiceProxy Class