NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FirstMatchCodeGroup.AddChild

Adds a child code group to this code group.

[Visual Basic]
Overridable Public Sub AddChild( _
   ByVal group As ICodeGroup _
)
[C#]
public virtual void AddChild(
   ICodeGroup group
);
[C++]
public: virtual void AddChild(
   ICodeGroup* group
);
[JScript]
public function AddChild(
   group : ICodeGroup
);

Parameters

group
Code group to be added as child.

Exceptions

Exception Type Condition
ArgumentException if argument is not a code group (implements ICodeGroup).

See Also

FirstMatchCodeGroup Class | FirstMatchCodeGroup Members | System.Security.Policy Namespace