[This is preliminary documentation and is subject to change.]

When overriden in derived class gets the icon

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract Icon getIcon(
	Type AttributeTarget
)
Visual Basic
Public MustOverride Function getIcon ( _
	AttributeTarget As Type _
) As Icon
Visual C++
public:
virtual Icon^ getIcon(
	Type^ AttributeTarget
) abstract
F#
abstract getIcon : 
        AttributeTarget:Type -> Icon 
JScript
public abstract function getIcon(
	AttributeTarget : Type
) : Icon

Parameters

AttributeTarget
Type: System..::..Type
Type attribute is applied onto. May be ignored by actual implementation.

Return Value

The icon

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionAttributeTarget is null
System..::..InvalidOperationExceptionThe icon referenced by this attribute cannot be found

See Also