Share via


ManagementPackDisplayString Constructors

Definition

Initializes a new ManagementPackDisplayString object.

Overloads

ManagementPackDisplayString(ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack and a culture.

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a culture.

ManagementPackDisplayString(ManagementPackElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a language code.

ManagementPackDisplayString(ManagementPackElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a culture.

ManagementPackDisplayString(ManagementPackSubElement, String)

Initializes a new ManagementPackDisplayString object by using a sub element and a language code.

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a language code.

ManagementPackDisplayString(ManagementPackElement, String)

Initializes a new ManagementPackDisplayString object by using a management pack element and a language code.

ManagementPackDisplayString(ManagementPackElement, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack element and a culture.

ManagementPackDisplayString(ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a management pack and a language code.

ManagementPackDisplayString(ManagementPackSubElement, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a sub element and a culture.

ManagementPackDisplayString(ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack and a culture.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Globalization::CultureInfo ^ culture);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (mp As ManagementPack, culture As CultureInfo)

Parameters

mp
ManagementPack

The management pack that the display string is created for.

culture
CultureInfo

The culture that the display string language is in.

Applies to

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a culture.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subElement, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ hostMP, System::Globalization::CultureInfo ^ culture);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subElement, Microsoft.EnterpriseManagement.Configuration.ManagementPack hostMP, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (subElement As ManagementPackSubElement, hostMP As ManagementPack, culture As CultureInfo)

Parameters

subElement
ManagementPackSubElement

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

hostMP
ManagementPack

The host management pack where the reference is placed.

culture
CultureInfo

The culture that the display string language is in.

Applies to

ManagementPackDisplayString(ManagementPackElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a language code.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ hostMP, System::String ^ languageCode);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, Microsoft.EnterpriseManagement.Configuration.ManagementPack hostMP, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (element As ManagementPackElement, hostMP As ManagementPack, languageCode As String)

Parameters

element
ManagementPackElement

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

hostMP
ManagementPack

The host management pack where the reference is placed.

languageCode
String

The three-letter language code that defines the language that the display string is in.

Applies to

ManagementPackDisplayString(ManagementPackElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a culture.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ hostMP, System::Globalization::CultureInfo ^ culture);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, Microsoft.EnterpriseManagement.Configuration.ManagementPack hostMP, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (element As ManagementPackElement, hostMP As ManagementPack, culture As CultureInfo)

Parameters

element
ManagementPackElement

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

hostMP
ManagementPack

The host management pack where the reference is placed.

culture
CultureInfo

The culture that the display string language is in.

Applies to

ManagementPackDisplayString(ManagementPackSubElement, String)

Initializes a new ManagementPackDisplayString object by using a sub element and a language code.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subElement, System::String ^ languageCode);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subElement, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (subElement As ManagementPackSubElement, languageCode As String)

Parameters

subElement
ManagementPackSubElement

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

languageCode
String

The three-letter language code that defines the language that the display string is in.

Applies to

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a language code.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subElement, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ hostMP, System::String ^ languageCode);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subElement, Microsoft.EnterpriseManagement.Configuration.ManagementPack hostMP, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (subElement As ManagementPackSubElement, hostMP As ManagementPack, languageCode As String)

Parameters

subElement
ManagementPackSubElement

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

hostMP
ManagementPack

The host management pack where the reference is placed.

languageCode
String

The three-letter language code that defines the language that the display string is in.

Applies to

ManagementPackDisplayString(ManagementPackElement, String)

Initializes a new ManagementPackDisplayString object by using a management pack element and a language code.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::String ^ languageCode);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (element As ManagementPackElement, languageCode As String)

Parameters

element
ManagementPackElement

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

languageCode
String

The three-letter language code that defines the language that the display string is in.

Applies to

ManagementPackDisplayString(ManagementPackElement, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack element and a culture.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::Globalization::CultureInfo ^ culture);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (element As ManagementPackElement, culture As CultureInfo)

Parameters

element
ManagementPackElement

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

culture
CultureInfo

The culture that the display string language is in.

Applies to

ManagementPackDisplayString(ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a management pack and a language code.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ languageCode);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (mp As ManagementPack, languageCode As String)

Parameters

mp
ManagementPack

The management pack that the display string is created for.

languageCode
String

The three-letter language code that defines the language that the display string is in.

Applies to

ManagementPackDisplayString(ManagementPackSubElement, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a sub element and a culture.

public:
 ManagementPackDisplayString(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subElement, System::Globalization::CultureInfo ^ culture);
public ManagementPackDisplayString (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subElement, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Sub New (subElement As ManagementPackSubElement, culture As CultureInfo)

Parameters

subElement
ManagementPackSubElement

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

culture
CultureInfo

The culture that the display string language is in.

Applies to