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
- 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
Microsoft.Windows.Design.Documents Namespace