IRelateInfos Interface

Provides access to the RelateInfos Interface.

Members

Name Description
Method Add Adds a Relate info.
Read-only property Count The Table info count.
Read-only property Element The Relate info at the specified position.
Method Insert Adds a Relate info at the specified position.
Method Remove Removes the Relate info at the specified position.
Method RemoveAll Removes all Relate infos.

IRelateInfos.Add Method

Adds a Relate info.

Public Sub Add ( _
    ByVal RelateInfo As IRelateInfo _
)
public void Add (
    IRelateInfo RelateInfo
);

IRelateInfos.Count Property

The Table info count.

Public ReadOnly Property Count As Integer
public int Count {get;}

IRelateInfos.Element Property

The Relate info at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As IRelateInfo
public IRelateInfo get_Element (
    int Index
);

IRelateInfos.Insert Method

Adds a Relate info at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal RelateInfo As IRelateInfo _
)
public void Insert (
    int Index,
    IRelateInfo RelateInfo
);

IRelateInfos.Remove Method

Removes the Relate info at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IRelateInfos.RemoveAll Method

Removes all Relate infos.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement IRelateInfos

Classes Description
RelateInfos A collection of relates.

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