Gets the type to be used in selecting a template for an item, being the CLR type of the object itself.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override Type GetSelectionType(
	Object item
)
Visual Basic (Declaration)
Protected Overrides Function GetSelectionType ( _
	item As Object _
) As Type

Parameters

item
Type: System..::.Object
The item for which to obtain a data type.

Return Value

The data type for the item.

See Also