CatalogDependencyGroup.RemoveSetDependency Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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.