[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new ManagementPackTypeProjectionComponent object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim parentComponent As ITypeProjectionComponent

Dim instance As New ManagementPackTypeProjectionComponent(parentComponent)

Syntax

Visual Basic
Public Sub New ( _
		parentComponent As ITypeProjectionComponent _
)
C#
public ManagementPackTypeProjectionComponent (
		ITypeProjectionComponent parentComponent
)
C++
public:
ManagementPackTypeProjectionComponent (
		ITypeProjectionComponent^ parentComponent
)
J#
public ManagementPackTypeProjectionComponent (
		ITypeProjectionComponent parentComponent
)
JScript
public function ManagementPackTypeProjectionComponent (
		parentComponent : ITypeProjectionComponent
)

Parameters

parentComponent

The parent component.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also