MockVsActivityLog.ForwardTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an implementation to forward all calls to.
public Microsoft.VisualStudio.Shell.Interop.IVsActivityLog? ForwardTo { get; set; }
member this.ForwardTo : Microsoft.VisualStudio.Shell.Interop.IVsActivityLog with get, set
Public Property ForwardTo As IVsActivityLog
Property Value
Remarks
When this is null
, all methods on this object will simply return S_OK.