ScopeNodeBase.ProcessScopeNodeImagesDescription Method

Processes image details for the scope node.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As ScopeNodeBase
Dim nodeImages As NodeImagesDescription

instance.ProcessScopeNodeImagesDescription(nodeImages)

Syntax

'Declaration
Public Sub ProcessScopeNodeImagesDescription ( _
    nodeImages As NodeImagesDescription _
)
public void ProcessScopeNodeImagesDescription (
    NodeImagesDescription nodeImages
)
public:
void ProcessScopeNodeImagesDescription (
    NodeImagesDescription^ nodeImages
)
public void ProcessScopeNodeImagesDescription (
    NodeImagesDescription nodeImages
)
public function ProcessScopeNodeImagesDescription (
    nodeImages : NodeImagesDescription
)

Parameters

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
NodeImagesDescription