Share via


ManagementPackSubElement Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim packStore As IManagementPackStore
Dim objectIdentifier As ExtensionIdentifier

Dim instance As New ManagementPackSubElement(packStore, objectIdentifier)

Syntax

'Declaration
Protected Sub New ( _
    packStore As IManagementPackStore, _
    objectIdentifier As ExtensionIdentifier _
)
protected ManagementPackSubElement (
    IManagementPackStore packStore,
    ExtensionIdentifier objectIdentifier
)
protected:
ManagementPackSubElement (
    IManagementPackStore^ packStore, 
    ExtensionIdentifier^ objectIdentifier
)
protected ManagementPackSubElement (
    IManagementPackStore packStore, 
    ExtensionIdentifier objectIdentifier
)
protected function ManagementPackSubElement (
    packStore : IManagementPackStore, 
    objectIdentifier : ExtensionIdentifier
)

Parameters

  • packStore
    The management pack store.
  • objectIdentifier
    The element identifier.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackSubElement Class
ManagementPackSubElement Members
Microsoft.EnterpriseManagement.Configuration Namespace