ConfigurationSettingsServiceProxy Constructor (TeamFoundationServer)
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
teamFoundationServer As TeamFoundationServer _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ConfigurationSettingsServiceProxy(
TeamFoundationServer teamFoundationServer
)
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public:
ConfigurationSettingsServiceProxy(
TeamFoundationServer^ teamFoundationServer
)
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")>]
new :
teamFoundationServer:TeamFoundationServer -> ConfigurationSettingsServiceProxy
public function ConfigurationSettingsServiceProxy(
teamFoundationServer : TeamFoundationServer
)
Parameters
- teamFoundationServer
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
.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