Description
Determine if the object has been deleted or has become invalid due to some other modifications to its internal state.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property HasBeenDeleted() As Boolean
|
[C#] |
---|
public bool HasBeenDeleted {get;}
|
[Managed C++] |
---|
public: __property bool get_HasBeenDeleted();
|
[Unmanaged C++] |
---|
public: HRESULT get_HasBeenDeleted(
VARIANT_BOOL * pRetVal
);
|
[Java] |
---|
public bool getHasBeenDeleted();
|
[Python - STK API] |
---|
@property
def HasBeenDeleted(self) -> bool:
|
See Also