Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IXamlFileInformationContext Interface
IXamlFileInformationContext Members