Gets whether the document associated with
this feature is loaded.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsLoaded() As Boolean
|
| [C#] |
|---|
public bool IsLoaded {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsLoaded();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsLoaded(
|
| [Java] |
|---|
public bool getIsLoaded();
|