Adds an element to the folder. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As IFolderContext
Dim item As ManagementPackElement

instance.AddFolderItem(item)

Syntax

Visual Basic
Sub AddFolderItem ( _
		item As ManagementPackElement _
)
C#
void AddFolderItem (
		ManagementPackElement item
)
C++
void AddFolderItem (
		ManagementPackElement^ item
)
J#
void AddFolderItem (
		ManagementPackElement item
)
JScript
function AddFolderItem (
		item : ManagementPackElement
)

Parameters

item

The element to be added to the folder.

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