Removes the specified child code group.
[Visual Basic] Sub RemoveChild( _ ByVal group As ICodeGroup _ ) [C#] void RemoveChild( ICodeGroup group ); [C++] void RemoveChild( ICodeGroup* group ) = 0; [JScript] function RemoveChild( group : ICodeGroup );
Exception Type | Condition |
---|---|
ArgumentException | if group is not an immediate child code group. |
Only immediate child code groups may be removed with this method, not child code groups of children and so forth.
ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace