ManagementPackDisplayString Constructor (ManagementPackElement, CultureInfo)
Creates a new ManagementPackDisplayString object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim element As ManagementPackElement
Dim culture As CultureInfo
Dim instance As New ManagementPackDisplayString(element, culture)
Syntax
'Declaration
Public Sub New ( _
element As ManagementPackElement, _
culture As CultureInfo _
)
public ManagementPackDisplayString (
ManagementPackElement element,
CultureInfo culture
)
public:
ManagementPackDisplayString (
ManagementPackElement^ element,
CultureInfo^ culture
)
public ManagementPackDisplayString (
ManagementPackElement element,
CultureInfo culture
)
public function ManagementPackDisplayString (
element : ManagementPackElement,
culture : CultureInfo
)
Parameters
- element
The ManagementPack element that the display string is created for.
- 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,Windows Vista,Windows XP
See Also
Reference
ManagementPackDisplayString Class
ManagementPackDisplayString Members
Microsoft.EnterpriseManagement.Configuration Namespace