Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Processes image details for the console parent node.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleParentNode
Dim nodeImages As NodeImagesDescription
Dim resultObjectItem As ResultObjectBase
instance.ProcessScopeNodeImagesDescription(nodeImages, resultObjectItem)
Syntax
'Declaration
Public Sub ProcessScopeNodeImagesDescription ( _
nodeImages As NodeImagesDescription, _
resultObjectItem As ResultObjectBase _
)
public void ProcessScopeNodeImagesDescription (
NodeImagesDescription nodeImages,
ResultObjectBase resultObjectItem
)
public:
void ProcessScopeNodeImagesDescription (
NodeImagesDescription^ nodeImages,
ResultObjectBase^ resultObjectItem
)
public void ProcessScopeNodeImagesDescription (
NodeImagesDescription nodeImages,
ResultObjectBase resultObjectItem
)
public function ProcessScopeNodeImagesDescription (
nodeImages : NodeImagesDescription,
resultObjectItem : ResultObjectBase
)
Parameters
- nodeImages
[in] NodeImagesDescription object.
- resultObjectItem
[in] ResultObjectBase object.
Remarks
During processing, this method loads the image into memory and adds it to the 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
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
NodeImagesDescription
ResultObjectBase