IAuthoringContext.GetAliasedName Method
Gets the fully qualified name of the specified element to be referenced.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim instance As IAuthoringContext
Dim elementToReference As ManagementPackElement
Dim returnValue As String
returnValue = instance.GetAliasedName(elementToReference)
Syntax
'Declaration
Function GetAliasedName ( _
elementToReference As ManagementPackElement _
) As String
string GetAliasedName (
ManagementPackElement elementToReference
)
String^ GetAliasedName (
ManagementPackElement^ elementToReference
)
String GetAliasedName (
ManagementPackElement elementToReference
)
function GetAliasedName (
elementToReference : ManagementPackElement
) : String
Parameters
- elementToReference
The Management Pack element to reference.
Return Value
A string that contains the alias name of the element with the Management Pack specified in the DestinationManagementPack property as the Management Pack referencing the element.
Remarks
This method adds a reference to the Management Pack if required.
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
IAuthoringContext Interface
IAuthoringContext Members
Microsoft.EnterpriseManagement.UI Namespace