This document is archived and information here might be outdated. Recommended version. |
Indicates if the info item redefined.
[Visual Basic .NET]
Public Property IsRedefined As Boolean
[C#]
public bool IsRedefined {get; set;}
[C++]
HRESULT get_IsRedefined(
Boolean* redefined
);
[C++]
HRESULT put_IsRedefined(
VARIANT_BOOL redefined
);
[C++] Parameters redefined [out, retval]
redefined is a parameter of type bool* redefined [in]
redefined is a parameter of type bool