InputSettings Constructor (XmlNameTable)InputSettings Constructor (XmlNameTable)InputSettings Constructor (XmlNameTable^)

Initializes a new instance of the InputSettingsInputSettingsInputSettings class with the specified XmlNameTableXmlNameTableXmlNameTable instance.

Syntax

Public Sub New ( _
    nameTable As System.Xml.XmlNameTable _
)
public InputSettings(
    System.Xml.XmlNameTable nameTable
)
public:
InputSettings(
    System.Xml::XmlNameTable^ nameTable
)