'Declaration
Public Shared Function FromContext( _ ByVal context As NCommandContext _ ) As NCommand
'Usage
Dim context As NCommandContext Dim value As NCommand value = NCommand.FromContext(context)
public static NCommand FromContext( NCommandContext context )
Parameters
- context