Share via


MockVsActivityLog.ForwardTo Property

Definition

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.

Applies to