This document is archived and information here might be outdated. Recommended version. |
Indicates whether to overwrite option.
[Visual Basic .NET]
Public Property OverwriteExisting As Boolean
[C#]
public bool OverwriteExisting {get; set;}
[C++]
HRESULT get_OverwriteExisting(
Boolean* pbOverwrite
);
[C++]
HRESULT put_OverwriteExisting(
VARIANT_BOOL pbOverwrite
);
[C++] Parameters pbOverwrite [out, retval]
pbOverwrite is a parameter of type bool* pbOverwrite [in]
pbOverwrite is a parameter of type bool