Partager via


ExtensionIdentifier.GetReference Method (EnterpriseManagementGroup)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a reference to an object identified by the current identifier.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ExtensionIdentifier
Dim group As EnterpriseManagementGroup
Dim returnValue As ManagementPackElementReference(Of T)

returnValue = instance.GetReference(group)

Syntax

'Declaration
Public Function GetReference(Of T As ManagementPackElement) ( _
    group As EnterpriseManagementGroup _
) As ManagementPackElementReference(Of T)
public ManagementPackElementReference<T> GetReference<T> (
    EnterpriseManagementGroup group
) where T : ManagementPackElement
public:
generic<typename T> where T : ManagementPackElement
ManagementPackElementReference<T>^ GetReference (
    EnterpriseManagementGroup^ group
)

GenericParameters

  • T
    The type of element reference to get.

Parameters

  • group
    The group to use when resolving the reference.

Return Value

The reference object.

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

ExtensionIdentifier Class
ExtensionIdentifier Members
Microsoft.EnterpriseManagement.Configuration Namespace