When overridden in a derived class, gets the type to be used in selecting a template for an item.

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 abstract Type GetSelectionType(
	Object item
)
Visual Basic (Declaration)
Protected MustOverride 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.

Remarks

Implementations should return null to request fall-through to the default template.

See Also