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

Usage

Visual Basic
Dim element As ManagementPackElement
Dim hostMP As ManagementPack
Dim culture As CultureInfo

Dim instance As New ManagementPackDisplayString(element, hostMP, culture)

Syntax

Visual Basic
Public Sub New ( _
		element As ManagementPackElement, _
		hostMP As ManagementPack, _
		culture As CultureInfo _
)
C#
public ManagementPackDisplayString (
		ManagementPackElement element,
		ManagementPack hostMP,
		CultureInfo culture
)
C++
public:
ManagementPackDisplayString (
		ManagementPackElement^ element, 
		ManagementPack^ hostMP, 
		CultureInfo^ culture
)
J#
public ManagementPackDisplayString (
		ManagementPackElement element, 
		ManagementPack hostMP, 
		CultureInfo culture
)
JScript
public function ManagementPackDisplayString (
		element : ManagementPackElement, 
		hostMP : ManagementPack, 
		culture : CultureInfo
)

Parameters

element

The management pack element that the display string is created for.

hostMP

The host management pack where the reference is placed.

culture

The culture that the display string language is in.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also