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.
Adds the CatalogNode to the dependency set that has the provided key.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub AddSetDependency ( _
key As String, _
node As CatalogNode _
)
public void AddSetDependency(
string key,
CatalogNode node
)
public:
void AddSetDependency(
String^ key,
CatalogNode^ node
)
member AddSetDependency :
key:string *
node:CatalogNode -> unit
public function AddSetDependency(
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.