次の方法で共有


ManagementPack.FindManagementPackElementByName Method

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

Finds and returns the specified management pack element if the element is in the management pack.

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

Usage

'Usage
Dim instance As ManagementPack
Dim elementName As String
Dim returnValue As ManagementPackElement

returnValue = instance.FindManagementPackElementByName(elementName)

Syntax

'Declaration
Public Function FindManagementPackElementByName ( _
    elementName As String _
) As ManagementPackElement
public ManagementPackElement FindManagementPackElementByName (
    string elementName
)
public:
ManagementPackElement^ FindManagementPackElementByName (
    String^ elementName
)
public ManagementPackElement FindManagementPackElementByName (
    String elementName
)
public function FindManagementPackElementByName (
    elementName : String
) : ManagementPackElement

Parameters

  • elementName
    The name of the management pack element to return from the management pack.

Return Value

A management pack element.

Exceptions

Exception type Condition
MPElementNotFoundInManagementPack

The specified management pack element is not found in the 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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPack Class
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace