Gets the
Handler object for the specified name.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxIHandler this[
Object index
] { get; }
ReadOnly Default Property Item (
index As Object
) As IHandler
Get
property IHandler^ default[Object^ index] {
IHandler^ get (Object^ index);
}
Parameters
- index Object
-
Index into the Handlers collection.
May be a string or a number.
(Collection indicies start at one.)
Property Value
IHandler
The
Handler object for the specified name.
If the Handler can't be found return null (
Nothing for Visual Basic).
Remarks
This is the default property for the Handlers object.
See Also