Delen via


MarkupDocumentManager.LoadState Property

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

Gets the load state of this document.

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

Syntax

'Declaration
Public ReadOnly Property LoadState As DocumentLoadState
'Usage
Dim instance As MarkupDocumentManager 
Dim value As DocumentLoadState 

value = instance.LoadState
public DocumentLoadState LoadState { get; }
public:
property DocumentLoadState LoadState {
    DocumentLoadState get ();
}
public function get LoadState () : DocumentLoadState

Property Value

Type: Microsoft.Windows.Design.Documents.DocumentLoadState
The load state of this document.

.NET Framework Security

See Also

Reference

MarkupDocumentManager Class

MarkupDocumentManager Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility