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 entire dependency set that is associated with the given key.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub RemoveSetDependency ( _
key As String _
)
public void RemoveSetDependency(
string key
)
public:
void RemoveSetDependency(
String^ key
)
member RemoveSetDependency :
key:string -> unit
public function RemoveSetDependency(
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.