This document is archived and information here might be outdated. Recommended version. |
Indicates whether the thumbnail has been modified.
[Visual Basic .NET]
Public Property Modified As Boolean
[C#]
public bool Modified {get; set;}
[C++]
HRESULT get_Modified(
Boolean* pModified
);
[C++]
HRESULT put_Modified(
VARIANT_BOOL pModified
);
[C++] Parameters pModified [out, retval]
pModified is a parameter of type bool* pModified [in]
pModified is a parameter of type bool