Dela via


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

See Also

Reference

DocumentInformationService Class

DocumentInformationService Members

Microsoft.Windows.Design.Services Namespace

DocumentInformationNode

Other Resources

WPF Designer Extensibility