ILanguagePacksManagement.GetDisplayStrings Method (ExtensionIdentifier)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a collection of display strings by using the extension identifier.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ILanguagePacksManagement
Dim identifier As ExtensionIdentifier
Dim returnValue As IList(Of ManagementPackDisplayString)
returnValue = instance.GetDisplayStrings(identifier)
Syntax
'Declaration
Function GetDisplayStrings ( _
identifier As ExtensionIdentifier _
) As IList(Of ManagementPackDisplayString)
IList<ManagementPackDisplayString> GetDisplayStrings (
ExtensionIdentifier identifier
)
IList<ManagementPackDisplayString^>^ GetDisplayStrings (
ExtensionIdentifier^ identifier
)
IList<ManagementPackDisplayString> GetDisplayStrings (
ExtensionIdentifier identifier
)
function GetDisplayStrings (
identifier : ExtensionIdentifier
) : IList<ManagementPackDisplayString>
Parameters
- identifier
The extension identifier.
Return Value
The collection of display strings.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ILanguagePacksManagement Interface
ILanguagePacksManagement Members
Microsoft.EnterpriseManagement Namespace