[This is preliminary documentation and is subject to change.]
Base class for plugin icon attributes
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)] public abstract class PluginIconBaseAttribute : Attribute |
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False)> _ Public MustInherit Class PluginIconBaseAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false)] public ref class PluginIconBaseAttribute abstract : public Attribute |
| F# |
|---|
[<AbstractClassAttribute>] [<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)>] type PluginIconBaseAttribute = class inherit Attribute end |
| JScript |
|---|
public abstract class PluginIconBaseAttribute extends Attribute |
Inheritance Hierarchy
System..::..Object
System..::..Attribute
Tools.TotalCommanderT..::..PluginIconBaseAttribute
Tools.TotalCommanderT..::..FilePluginIconAttribute
Tools.TotalCommanderT..::..ResourcePluginIconAttribute
System..::..Attribute
Tools.TotalCommanderT..::..PluginIconBaseAttribute
Tools.TotalCommanderT..::..FilePluginIconAttribute
Tools.TotalCommanderT..::..ResourcePluginIconAttribute