Adds actions to the folder for an object on the scope pane. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim scopeItemFolder As ScopePaneItemDescription

Me.AddFolderActionsForScopePaneFolders(scopeItemFolder)

Syntax

Visual Basic
Protected Sub AddFolderActionsForScopePaneFolders ( _
		ByRef scopeItemFolder As ScopePaneItemDescription _
)
C#
protected void AddFolderActionsForScopePaneFolders (
		ref ScopePaneItemDescription scopeItemFolder
)
C++
protected:
void AddFolderActionsForScopePaneFolders (
		ScopePaneItemDescription^% scopeItemFolder
)
J#
protected void AddFolderActionsForScopePaneFolders (
		/** @ref */ ScopePaneItemDescription scopeItemFolder
)
JScript

Parameters

scopeItemFolder

[in] Reference to a ScopePaneItemDescription object that represents 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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also