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
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute("NodeImagesDescription", IsNullable:=False)> _
Public Class NodeImagesDescription
|
C# |
[SerializableAttribute]
[XmlRootAttribute("NodeImagesDescription", IsNullable=false)]
public class NodeImagesDescription
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(L"NodeImagesDescription", IsNullable=false)]
public ref class NodeImagesDescription
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("NodeImagesDescription", IsNullable=false) */
public class NodeImagesDescription
|
JScript |
SerializableAttribute
XmlRootAttribute("NodeImagesDescription", IsNullable=false)
public class NodeImagesDescription
|
Example
The following example shows the use of the
ImagesDescription XML element:
|
Copy Code |
<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
See Also