Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the node dependency with the given key.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub RemoveSingletonDependency ( _
key As String _
)
public void RemoveSingletonDependency(
string key
)
public:
void RemoveSingletonDependency(
String^ key
)
member RemoveSingletonDependency :
key:string -> unit
public function RemoveSingletonDependency(
key : String
)
Parameters
- key
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.