Provides access to members that supply complex native types.
Members
Name | Description | |
---|---|---|
AddChild | Adds a child. | |
GetChild | Returns the nth child. | |
NumChildren | The number of children. |
IComplexNativeType.AddChild Method
Adds a child.
Public Sub AddChild ( _
ByVal child As INativeType _
)
public void AddChild (
INativeType child
);
IComplexNativeType.GetChild Method
Returns the nth child.
Public Function GetChild ( _
ByVal Index As Integer _
) As INativeType
public INativeType GetChild (
int Index
);
IComplexNativeType.NumChildren Property
The number of children.
Public ReadOnly Property NumChildren As Integer
public int NumChildren {get;}
Classes that implement IComplexNativeType
Classes | Description |
---|