IMarkupErrorMessage Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An interface for reporting error messages in markup source files.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Interface IMarkupErrorMessage _
Inherits IMarkupLocation
'Usage
Dim instance As IMarkupErrorMessage
public interface IMarkupErrorMessage : IMarkupLocation
public interface class IMarkupErrorMessage : IMarkupLocation
public interface IMarkupErrorMessage extends IMarkupLocation
See Also
Reference
Microsoft.Windows.Design.Documents Namespace