ManagementPackElement 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 ManagementPackElement class by using a management pack store and an 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 ManagementPackElement(packStore, objectIdentifier)
Syntax
'Declaration
Protected Sub New ( _
packStore As IManagementPackStore, _
objectIdentifier As ExtensionIdentifier _
)
protected ManagementPackElement (
IManagementPackStore packStore,
ExtensionIdentifier objectIdentifier
)
protected:
ManagementPackElement (
IManagementPackStore^ packStore,
ExtensionIdentifier^ objectIdentifier
)
protected ManagementPackElement (
IManagementPackStore packStore,
ExtensionIdentifier objectIdentifier
)
protected function ManagementPackElement (
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
ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace