Provides access to members that control sets of GUIDSet.
Members
Name | Description | |
---|---|---|
Add | Add the guidset with specified id to the set. | |
Find | Find the guidset with specified id in the set. | |
Remove | Remove the guidset with specified id from the set. | |
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 |
---|