Share via


ITypeDefinitionsManagement.GetSchemaTypes Method

Definition

Gets a list of schema types.

Overloads

GetSchemaTypes()

Gets all schema types.

GetSchemaTypes(ManagementPackSchemaTypeCriteria)

Gets all schema types that match the provided criteria.

GetSchemaTypes()

Gets all schema types.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackSchemaType ^> ^ GetSchemaTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType> GetSchemaTypes ();
abstract member GetSchemaTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType>
Public Function GetSchemaTypes () As IList(Of ManagementPackSchemaType)

Returns

Type: IList<T>

The list of schema types.

Applies to

GetSchemaTypes(ManagementPackSchemaTypeCriteria)

Gets all schema types that match the provided criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackSchemaType ^> ^ GetSchemaTypes(Microsoft::EnterpriseManagement::Configuration::ManagementPackSchemaTypeCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType> GetSchemaTypes (Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaTypeCriteria criteria);
abstract member GetSchemaTypes : Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaTypeCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSchemaType>
Public Function GetSchemaTypes (criteria As ManagementPackSchemaTypeCriteria) As IList(Of ManagementPackSchemaType)

Parameters

Returns

Type: IList<T>

The list of schema types.

Applies to