SnapInAboutAttribute Class
This is a sealed class that describes the attribute that is used to define the localized "About" information for a snap-in. A single instance of SnapInAboutAttribute may be applied to any class that is derived from the SnapInBase class.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.ManagementConsole.SnapInAboutAttribute
Syntax
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class SnapInAboutAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SnapInAboutAttribute sealed : Attribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SnapInAboutAttribute =
class
inherit Attribute
end
<AttributeUsageAttribute(AttributeTargets.Class)>
Public NotInheritable Class SnapInAboutAttribute
Inherits Attribute
Constructors
Name | Description | |
---|---|---|
SnapInAboutAttribute(String) | Initializes a new instance of the SnapInAboutAttribute class using the name of the snap-in resource module for the "About" information as a parameter. |
Properties
Name | Description | |
---|---|---|
ApplicationBaseRelative | Gets or sets a flag that specifies whether the resource module path is relative to the application base for the snap-in. |
|
DescriptionId | Gets or sets the description Id of the snap-in. |
|
DisplayNameId | Gets or sets the display name of the snap-in. |
|
FolderBitmapsColorMask | Gets or sets the color mask for the folder bitmaps. Valid values are in the range from 0x00 through 0xFFFFFF. |
|
IconId | Gets or sets the icon Id of the snap-in. |
|
LargeFolderBitmapId | Gets or sets the large folder bitmap Id of the snap-in. |
|
ResourceModule | Gets or sets the name of the resource module for the snap-in. |
|
SmallFolderBitmapId | Gets or sets the small folder bitmap Id of the snap-in. |
|
SmallFolderSelectedBitmapId | Gets or sets the small selected folder bitmap Id of the snap-in. |
|
TypeId | (Inherited from Attribute.) |
|
VendorId | Gets or sets the vendor Id of the snap-in. |
|
VersionId | Gets or sets the version Id of the snap-in. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Attribute.) |
|
GetHashCode() | (Inherited from Attribute.) |
|
GetType() | (Inherited from Object.) |
|
IsDefaultAttribute() | (Inherited from Attribute.) |
|
Match(Object) | (Inherited from Attribute.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
|
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
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.
See Also
SnapIn
Microsoft.ManagementConsole Namespace
Return to top