Delen via


ILoadStateProvider.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 the load that is throwing the exception that implements this interface.

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

Syntax

'Declaration
ReadOnly Property LoadState As DocumentLoadState
'Usage
Dim instance As ILoadStateProvider 
Dim value As DocumentLoadState 

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

Property Value

Type: Microsoft.Windows.Design.Documents.DocumentLoadState

.NET Framework Security

See Also

Reference

ILoadStateProvider Interface

ILoadStateProvider Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility