Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As ScopeNodeBase Dim nodeImages As NodeImagesDescription instance.ProcessScopeNodeImagesDescription(nodeImages) |
Syntax
Visual Basic |
---|
Public Sub ProcessScopeNodeImagesDescription ( _ nodeImages As NodeImagesDescription _ ) |
C# |
---|
public void ProcessScopeNodeImagesDescription ( NodeImagesDescription nodeImages ) |
C++ |
---|
public: void ProcessScopeNodeImagesDescription ( NodeImagesDescription^ nodeImages ) |
J# |
---|
public void ProcessScopeNodeImagesDescription ( NodeImagesDescription nodeImages ) |
JScript |
---|
public function ProcessScopeNodeImagesDescription ( nodeImages : NodeImagesDescription ) |
Parameters
- nodeImages
-
[in] NodeImagesDescription object.
Remarks
During processing, this method loads the image description into memory and adds it to the Configuration Manager console snap-in image lists (16x16 and 32x32) as required.
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.