共用方式為


ManagementPackDisplayString Constructor (ManagementPackSubElement, 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 sub element, a host management pack, and a culture.

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

Usage

'Usage
Dim subElement As ManagementPackSubElement
Dim hostMP As ManagementPack
Dim culture As CultureInfo

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

Syntax

'Declaration
Public Sub New ( _
    subElement As ManagementPackSubElement, _
    hostMP As ManagementPack, _
    culture As CultureInfo _
)
public ManagementPackDisplayString (
    ManagementPackSubElement subElement,
    ManagementPack hostMP,
    CultureInfo culture
)
public:
ManagementPackDisplayString (
    ManagementPackSubElement^ subElement, 
    ManagementPack^ hostMP, 
    CultureInfo^ culture
)
public ManagementPackDisplayString (
    ManagementPackSubElement subElement, 
    ManagementPack hostMP, 
    CultureInfo culture
)
public function ManagementPackDisplayString (
    subElement : ManagementPackSubElement, 
    hostMP : ManagementPack, 
    culture : CultureInfo
)

Parameters

  • subElement
    The management pack child 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