IMarkupProjectContext Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides additional project-level information when parsing a markup file.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Interface IMarkupProjectContext
'Usage
Dim instance As IMarkupProjectContext
public interface IMarkupProjectContext
public interface class IMarkupProjectContext
public interface IMarkupProjectContext
Remarks
A markup project context is an optional object that can be passed to the Load method of the MarkupDocumentManager class.
See Also
Reference
Microsoft.Windows.Design.Documents Namespace