FastInfoset.NET Class Reference for Mono
LoadFromXml(XmlReader,Int32,Int32) Method






The XML reader to read the document from.
The MaxVocabularyStringLength setting to use when serializing to document into the vocabulary.
The MaxVocabularyStringIndex setting to use when serializing to document into the vocabulary.
Populates the vocabulary by serializing the document from the specified XML reader.
Syntax
'Declaration
 
Public Overloads Sub LoadFromXml( _
   ByVal reader As System.Xml.XmlReader, _
   ByVal maxVocabularyStringLength As System.Integer, _
   ByVal maxVocabularyStringIndex As System.Integer _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim reader As System.Xml.XmlReader
Dim maxVocabularyStringLength As System.Integer
Dim maxVocabularyStringIndex As System.Integer
 
instance.LoadFromXml(reader, maxVocabularyStringLength, maxVocabularyStringIndex)
public void LoadFromXml( 
   System.Xml.XmlReader reader,
   System.int maxVocabularyStringLength,
   System.int maxVocabularyStringIndex
)
public procedure LoadFromXml( 
    reader: System.Xml.XmlReader;
    maxVocabularyStringLength: System.Integer;
    maxVocabularyStringIndex: System.Integer
); 
public function LoadFromXml( 
   reader : System.Xml.XmlReader,
   maxVocabularyStringLength : System.int,
   maxVocabularyStringIndex : System.int
);
public: void LoadFromXml( 
   System.Xml.XmlReader* reader,
   System.int maxVocabularyStringLength,
   System.int maxVocabularyStringIndex
) 
public:
void LoadFromXml( 
   System.Xml.XmlReader^ reader,
   System.int maxVocabularyStringLength,
   System.int maxVocabularyStringIndex
) 

Parameters

reader
The XML reader to read the document from.
maxVocabularyStringLength
The MaxVocabularyStringLength setting to use when serializing to document into the vocabulary.
maxVocabularyStringIndex
The MaxVocabularyStringIndex setting to use when serializing to document into the vocabulary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WriterVocabulary Class
WriterVocabulary Members
Overload List

Send Feedback