共用方式為


ManagementPackDisplayString Constructor (ManagementPackSubElement, 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 and a culture.

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

Usage

'Usage
Dim subElement As ManagementPackSubElement
Dim culture As CultureInfo

Dim instance As New ManagementPackDisplayString(subElement, culture)

Syntax

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

Parameters

  • subElement
    The management pack child element that the display string is created for.
  • 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