ConsoleParentNode.AddFolderActionsForScopePaneFolders Method
Adds actions to the folder for an object on the scope pane.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim scopeItemFolder As ScopePaneItemDescription
Me.AddFolderActionsForScopePaneFolders(scopeItemFolder)
Syntax
'Declaration
Protected Sub AddFolderActionsForScopePaneFolders ( _
ByRef scopeItemFolder As ScopePaneItemDescription _
)
protected void AddFolderActionsForScopePaneFolders (
ref ScopePaneItemDescription scopeItemFolder
)
protected:
void AddFolderActionsForScopePaneFolders (
ScopePaneItemDescription^% scopeItemFolder
)
protected void AddFolderActionsForScopePaneFolders (
/** @ref */ ScopePaneItemDescription scopeItemFolder
)
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
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ScopePaneItemDescription