IPresentationManagement.GetViewTypes Method

Definition

Gets a list of view types.

Overloads

GetViewTypes(ManagementPackViewTypeCriteria)

Gets a list of view types that match the provided criteria.

GetViewTypes(ICollection<Guid>)

Gets a list of view type objects from a list of identifiers.

GetViewTypes()

Gets all view types.

GetViewTypes(ManagementPackViewTypeCriteria)

Gets a list of view types that match the provided criteria.

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

Parameters

criteria
ManagementPackViewTypeCriteria

The search criteria.

Returns

The list of view type objects.

Applies to

GetViewTypes(ICollection<Guid>)

Gets a list of view type objects from a list of identifiers.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackViewType ^> ^ GetViewTypes(System::Collections::Generic::ICollection<Guid> ^ ids);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackViewType> GetViewTypes (System.Collections.Generic.ICollection<Guid> ids);
abstract member GetViewTypes : System.Collections.Generic.ICollection<Guid> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackViewType>
Public Function GetViewTypes (ids As ICollection(Of Guid)) As IList(Of ManagementPackViewType)

Parameters

ids
ICollection<Guid>

The list of identifiers.

Returns

The list of view type objects.

Applies to

GetViewTypes()

Gets all view types.

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

Returns

The list of view type objects.

Applies to