Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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