IIndexedGUIDSets Interface

Provides access to members that control sets of GUIDSet.

Members

Name Description
Method Add Add the guidset with specified id to the set.
Method Find Find the guidset with specified id in the set.
Method Remove Remove the guidset with specified id from the set.
Method Size Get the size of the guidset set.

IIndexedGUIDSets.Add Method

Add the guidset with specified id to the set.

Public Sub Add ( _
    ByVal ID As Integer, _
    ByVal GUIDSet As IGUIDSet _
)
public void Add (
    int ID,
    IGUIDSet GUIDSet
);

IIndexedGUIDSets.Find Method

Find the guidset with specified id in the set.

Public Sub Find ( _
    ByVal ID As Integer, _
    ByRef GUIDSet As IGUIDSet _
)
public void Find (
    int ID,
    ref IGUIDSet GUIDSet
);

IIndexedGUIDSets.Remove Method

Remove the guidset with specified id from the set.

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

IIndexedGUIDSets.Size Method

Get the size of the guidset set.

Public Sub Size ( _
    ByRef Size As Integer _
)
public void Size (
    ref int Size
);

Classes that implement IIndexedGUIDSets

Classes Description

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