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.