Extension 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 Extension class.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim store As IManagementPackStore
Dim objectIdentifier As ExtensionIdentifier
Dim instance As New Extension(store, objectIdentifier)
Syntax
'Declaration
Protected Sub New ( _
store As IManagementPackStore, _
objectIdentifier As ExtensionIdentifier _
)
protected Extension (
IManagementPackStore store,
ExtensionIdentifier objectIdentifier
)
protected:
Extension (
IManagementPackStore^ store,
ExtensionIdentifier^ objectIdentifier
)
protected Extension (
IManagementPackStore store,
ExtensionIdentifier objectIdentifier
)
protected function Extension (
store : IManagementPackStore,
objectIdentifier : ExtensionIdentifier
)
Parameters
- store
The store containing the management pack in which this extension belongs to. Usually this is a management pack object which is a single management pack store.
- objectIdentifier
The object identifier.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
Extension Class
Extension Members
Microsoft.EnterpriseManagement.Configuration Namespace