ParseContext class

Stores parse state that is shared across multiple metadata objects while reading or importing objects.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Office.BusinessData.Parser.ParseContext

Namespace:  Microsoft.Office.BusinessData.Parser
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Class ParseContext _
    Inherits MarshalByRefObject
'Usage
Dim instance As ParseContext
public class ParseContext : MarshalByRefObject

Examples

Code Snippet: Get the FileBackedMetadataCatalog on the Server or Client

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ParseContext members

Microsoft.Office.BusinessData.Parser namespace