Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
TCommand ICommandSource<TCommand>.GetCommand()
Visual Basic (Declaration)
Private Function GetCommand As TCommand
	Implements ICommandSource(Of TCommand).GetCommand
Visual C++
private:
virtual TCommand GetCommand() sealed = ICommandSource<TCommand>::GetCommand

Implements

ICommandSource<(Of <(TCommand>)>)..::.GetCommand()()()

See Also