Share via


IXamlFileInformationContext.HasMessages Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the GetMessages method will return a list of messages.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
ReadOnly Property HasMessages As Boolean
'Usage
Dim instance As IXamlFileInformationContext 
Dim value As Boolean 

value = instance.HasMessages
bool HasMessages { get; }
property bool HasMessages {
    bool get ();
}
function get HasMessages () : boolean

Property Value

Type: System.Boolean
true if the GetMessages method will return a list of messages; otherwise false.

.NET Framework Security

See Also

Reference

IXamlFileInformationContext Interface

IXamlFileInformationContext Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility