Share via


ManagementPackAccessibleElement Constructor (IManagementPackStore, ExtensionIdentifier)

[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 ManagementPackAccessibleElement class using the pack store and the 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 ManagementPackAccessibleElement(packStore, objectIdentifier)

Syntax

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

Parameters

  • packStore
    The 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

ManagementPackAccessibleElement Class
ManagementPackAccessibleElement Members
Microsoft.EnterpriseManagement.Configuration Namespace