DocumentInformationService.IsValid Property
Gets a value indicating whether the underlying document is a valid markup document.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
'Usage
Dim instance As DocumentInformationService
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
public:
property bool IsValid {
bool get ();
}
public function get IsValid () : boolean
Property Value
Type: System.Boolean
true if the underlying document is a valid markup document; 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
DocumentInformationService Class
DocumentInformationService Members
Microsoft.Windows.Design.Services Namespace