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

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 override Icon getIcon(
	Type AttributeTarget
)
Visual Basic
Public Overrides Function getIcon ( _
	AttributeTarget As Type _
) As Icon
Visual C++
public:
virtual Icon^ getIcon(
	Type^ AttributeTarget
) override
F#
abstract getIcon : 
        AttributeTarget:Type -> Icon 
override getIcon : 
        AttributeTarget:Type -> Icon 
JScript
public override function getIcon(
	AttributeTarget : Type
) : Icon

Parameters

AttributeTarget
Type: System..::..Type
Type attribute is applied onto.

Return Value

The icon

Exceptions

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

See Also