IComplexNativeType Interface

Provides access to members that supply complex native types.

Members

Name Description
Method AddChild Adds a child.
Method GetChild Returns the nth child.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.