FastInfoset.NET Class Reference for .NET
CopyTo Method (SchemaVocabulary)






The vocabulary where to copy all entries too.
Copies all the tables of the current vocabulary into another Vocabulary.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal vocabulary As Vocabulary _
) 
'Usage
 
Dim instance As SchemaVocabulary
Dim vocabulary As Vocabulary
 
instance.CopyTo(vocabulary)
public void CopyTo( 
   Vocabulary vocabulary
)
public procedure CopyTo( 
    vocabulary: Vocabulary
); 
public function CopyTo( 
   vocabulary : Vocabulary
);
public: void CopyTo( 
   Vocabulary* vocabulary
) 
public:
void CopyTo( 
   Vocabulary^ vocabulary
) 

Parameters

vocabulary
The vocabulary where to copy all entries too.
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

SchemaVocabulary Class
SchemaVocabulary Members

Send Feedback