Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenuItem Class / GetSchema Method


In This Topic
GetSchema Method (ContextMenuItem)
In This Topic
Returns an in-memory representation of the XML schema used for SerializableList
Syntax
'Declaration
 
Public Function GetSchema() As XmlSchema
 
'Usage
 
Dim instance As ContextMenuItem
Dim value As XmlSchema
 
value = instance.GetSchema()

Return Value

Null -- not currently implemented.
See Also