This document is archived and information here might be outdated. Recommended version. |
Set whether to add results to result view.
[Visual Basic .NET]
Public Property AddToResults As Boolean
[C#]
public bool AddToResults {get; set;}
[C++]
HRESULT get_AddToResults(
VARIANT_BOOL AddToResults
);
[C++]
HRESULT put_AddToResults(
Boolean* AddToResults
);
[C++] Parameters AddToResults [in]
AddToResults is a parameter of type bool AddToResults [out, retval]
AddToResults is a parameter of type bool*