CatalogObject.DeleteChildren<T> Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteChildren(Of T As CatalogObject)
public void DeleteChildren<T>()
where T : CatalogObject
public:
generic<typename T>
where T : CatalogObject
void DeleteChildren()
member DeleteChildren : unit -> unit when 'T : CatalogObject
JScript does not support generic types or methods.
Type Parameters
- T
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace