ArcFM Responder Mobile Developer Guide
Command Property (IPriorityButtonPresenter)






Gets the command associated with the button.
Syntax
'Declaration
 
ReadOnly Property Command As Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand(Of Object)
'Usage
 
Dim instance As IPriorityButtonPresenter
Dim value As Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand(Of Object)
 
value = instance.Command
Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand<object> Command {get;}
read-only property Command: Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand; 
function get Command : Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand
__property Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand<Object*>* get_Command();
property Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand<Object^>^ Command {
   Microsoft.Practices.Composite.Presentation.Commands.DelegateCommand<Object^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPriorityButtonPresenter Interface
IPriorityButtonPresenter Members

Send Feedback