共用方式為


ManagementPackDisplayString Constructor (ManagementPackElement, ManagementPack, CultureInfo)

[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 by using a management pack element, a host management pack, and a culture.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim element As ManagementPackElement
Dim hostMP As ManagementPack
Dim culture As CultureInfo

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

Syntax

'Declaration
Public Sub New ( _
    element As ManagementPackElement, _
    hostMP As ManagementPack, _
    culture As CultureInfo _
)
public ManagementPackDisplayString (
    ManagementPackElement element,
    ManagementPack hostMP,
    CultureInfo culture
)
public:
ManagementPackDisplayString (
    ManagementPackElement^ element, 
    ManagementPack^ hostMP, 
    CultureInfo^ culture
)
public ManagementPackDisplayString (
    ManagementPackElement element, 
    ManagementPack hostMP, 
    CultureInfo culture
)
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackDisplayString Class
ManagementPackDisplayString Members
Microsoft.EnterpriseManagement.Configuration Namespace