NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeStream.IsLoaded

Gets or sets a value indicating whether the code stream is loaded.

[Visual Basic]
MustOverride Public ReadOnly Property IsLoaded As Boolean
[C#]
public bool IsLoaded {abstract get;}
[C++]
public: __property virtual bool get_IsLoaded() = 0;
[JScript]
public abstract function get IsLoaded() : Boolean;

Property Value

true if the code stream is loaded; otherwise, false.

Remarks

Reloading the document has no effect on the return value of this method. Only loading or unloading affects the load state.

See Also

CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace | ShouldReload