Determine if the object has been deleted or has become invalid due to some other modifications to its internal state.
Read-only property
[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(); |