Removes the provided node from the 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, _
    node As CatalogNode _
)
public void RemoveSetDependency(
    string key,
    CatalogNode node
)
public:
void RemoveSetDependency(
    String^ key, 
    CatalogNode^ node
)
member RemoveSetDependency : 
        key:string * 
        node:CatalogNode -> unit
public function RemoveSetDependency(
    key : String, 
    node : CatalogNode
)
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.