Partager via


NodeImagesDescription Class

Represents summary information for building and defining the images that are used in the Configuration Manager 2007 console. This information is indicated by an ImagesDescription XML element.

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

Usage

'Usage
Dim instance As NodeImagesDescription

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute("NodeImagesDescription", IsNullable:=False)> _
Public Class NodeImagesDescription
[SerializableAttribute] 
[XmlRootAttribute("NodeImagesDescription", IsNullable=false)] 
public class NodeImagesDescription
[SerializableAttribute] 
[XmlRootAttribute(L"NodeImagesDescription", IsNullable=false)] 
public ref class NodeImagesDescription
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("NodeImagesDescription", IsNullable=false) */ 
public class NodeImagesDescription
SerializableAttribute 
XmlRootAttribute("NodeImagesDescription", IsNullable=false) 
public class NodeImagesDescription

Example

The following example shows the use of the ImagesDescription XML element:

  <ImagesDescription AliasProperty="OwnedByThisSite">
    <ExternalImage>
       <Assembly>.\AdminUI.CollectionMenuActions.dll</Assembly>
                            <Type>Microsoft.ConfigurationManagement.AdminConsole.CollectionMenuActions.DisplayHelpers</Type>
          <Method>ShowCollectionStatusIcon</Method>
    </ExternalImage>
    <ResourceAssembly>
        <Assembly>AdminUI.UIResources.dll</Assembly>
                            <Type>Microsoft.ConfigurationManagement.AdminConsole.UIResources.Properties.Resources.resources</Type>
    </ResourceAssembly>
    <AliasResourceAssembly>
       <Assembly>AdminUI.UIResources.dll</Assembly>
                            <Type>Microsoft.ConfigurationManagement.AdminConsole.UIResources.SMS_Collection-OwnedByThisSite.resources</Type>
    </AliasResourceAssembly>
    <ImageResourceName>Collection</ImageResourceName>
  </ImagesDescription>

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.NodeImagesDescription

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

Change History

See Also

Reference

NodeImagesDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class