Compartilhar via


UIPage.GetAliasedName Method (ManagementPackElement, ManagementPack)

Gets the aliased name for the given element to reference in the specified destination Management Pack.

Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

'Usage
Dim elementToReference As ManagementPackElement
Dim destinationMP As ManagementPack
Dim returnValue As String

returnValue = UIPage.GetAliasedName(elementToReference, destinationMP)

Syntax

'Declaration
Protected Shared Function GetAliasedName ( _
    elementToReference As ManagementPackElement, _
    destinationMP As ManagementPack _
) As String
protected static string GetAliasedName (
    ManagementPackElement elementToReference,
    ManagementPack destinationMP
)
protected:
static String^ GetAliasedName (
    ManagementPackElement^ elementToReference, 
    ManagementPack^ destinationMP
)
protected static String GetAliasedName (
    ManagementPackElement elementToReference, 
    ManagementPack destinationMP
)
protected static function GetAliasedName (
    elementToReference : ManagementPackElement, 
    destinationMP : ManagementPack
) : String

Parameters

  • elementToReference
    The element to reference in the specified destination Management Pack.
  • destinationMp
    The destination Management Pack.

Return Value

Returns a string that contains the aliased name for the given element to reference in the specified destination Management Pack.

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 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

UIPage Class
UIPage Members
Microsoft.EnterpriseManagement.UI Namespace

Send comments about this topic to Microsoft.