IEntityTypeManagement.GetClasses Method (Generic ICollection)
Gets all classes that are defined in this management group based on the collection of identifiers.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IEntityTypeManagement
Dim ids As ICollection(Of Guid)
Dim returnValue As IList(Of ManagementPackClass)
returnValue = instance.GetClasses(ids)
Syntax
'Declaration
Function GetClasses ( _
ids As ICollection(Of Guid) _
) As IList(Of ManagementPackClass)
IList<ManagementPackClass> GetClasses (
ICollection<Guid> ids
)
IList<ManagementPackClass^>^ GetClasses (
ICollection<Guid>^ ids
)
IList<ManagementPackClass> GetClasses (
ICollection<Guid> ids
)
function GetClasses (
ids : ICollection<Guid>
) : IList<ManagementPackClass>
Parameters
- ids
The collection of class identifiers.
Return Value
The collection of classes.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | The ids parameter is a null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | The ids parameter collection does not contain any items. |
Thread Safety
This method is thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace