ParseContext Class
Represents a class that handles the parsed context of a package.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.SharePoint.BusinessData.Parser.ParseContext
Namespace: Microsoft.SharePoint.BusinessData.Parser
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class ParseContext _
Inherits MarshalByRefObject
'Usage
Dim instance As ParseContext
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.