GetSupportedCommands(ICollection<(Of <<'(Type>)>>)%).
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public OperationResult GetSupportedCommands(
out ICollection<Type> commands
) |
Visual Basic |
---|
Public Function GetSupportedCommands ( _
<OutAttribute> ByRef commands As ICollection(Of Type) _
) As OperationResult |
JScript |
---|
public final function GetSupportedCommands(
commands : ICollection<Type>
) : OperationResult |
Parameters
- commands
- Type: System.Collections.Generic..::..ICollection<(Of <(<'Type>)>)>%
Implements
ICommandTargetGetSupportedCommands(ICollection<(Of <<'(Type>)>>)%)See Also