Compartilhar via


System Center

Gets the feature by searching for the passed in name within the container.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IFeatureContainer
Dim returnValue As T

returnValue = instance.GetFeature

Syntax

'Declaration
Function GetFeature(Of T) As T
T GetFeature<T> ()
generic<typename T>
T GetFeature ()

GenericParameters

  • T

Return Value

Returns {0}.

The feature.

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

IFeatureContainer Interface
IFeatureContainer Members
Microsoft.EnterpriseManagement Namespace