IPropertyIdCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a collection of property identifiers.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FB6D2A92-3C48-4237-B300-FC3E31C2FACC")]
public interface IPropertyIdCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<Microsoft.Hpc.Scheduler.Properties.PropertyId>, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.PropertyId>, System.Collections.ICollection
type IPropertyIdCollection = interface
interface ISchedulerCollection
interface ICollection
interface IEnumerable
interface ICollection<PropertyId>
interface seq<PropertyId>
Public Interface IPropertyIdCollection
Implements ICollection, ICollection(Of PropertyId), IEnumerable(Of PropertyId), ISchedulerCollection
- Derived
- Attributes
- Implements
Properties
Count |
Retrieves the number of items in the collection. |
Item[Int32] |
Retrieves the specified item from the collection. |
Methods
Add(Object) |
Adds an item to the collection. (Inherited from ISchedulerCollection) |
AddPropertyId(PropertyId) |
Adds a property identifier to the collection. |
Clear() |
Removes all property identifiers from the collection. |
Contains(Object) |
Determines whether the collection contains the specified item. (Inherited from ISchedulerCollection) |
GetEnumerator() |
Retrieves an enumerator that you can use to enumerate the items in the collection. |
GetIds() |
Retrieves and array of property identifiers. |
Remove(Object) |
Removes the first occurrence of the specified item from the collection. (Inherited from ISchedulerCollection) |