ManagementPackSubElement(IManagementPackStore, ExtensionIdentifier) Constructor

Definition

Initializes a new instance of the ManagementPackSubElement class by using the specified management pack store and element identifier.

protected:
 ManagementPackSubElement(Microsoft::EnterpriseManagement::IManagementPackStore ^ packStore, Microsoft::EnterpriseManagement::Configuration::ExtensionIdentifier ^ objectIdentifier);
protected ManagementPackSubElement (Microsoft.EnterpriseManagement.IManagementPackStore packStore, Microsoft.EnterpriseManagement.Configuration.ExtensionIdentifier objectIdentifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement : Microsoft.EnterpriseManagement.IManagementPackStore * Microsoft.EnterpriseManagement.Configuration.ExtensionIdentifier -> Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
Protected Sub New (packStore As IManagementPackStore, objectIdentifier As ExtensionIdentifier)

Parameters

packStore
IManagementPackStore

The management pack store.

objectIdentifier
ExtensionIdentifier

The element identifier.

Applies to