IVsSupportItemHandoff2 Interface

Definition

Gives the receiver project a chance to do any necessary processing of the document to be handed off.

public interface class IVsSupportItemHandoff2
public interface class IVsSupportItemHandoff2
__interface IVsSupportItemHandoff2
[System.Runtime.InteropServices.Guid("2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSupportItemHandoff2
[<System.Runtime.InteropServices.Guid("2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSupportItemHandoff2 = interface
Public Interface IVsSupportItemHandoff2
Attributes

Methods

OnBeforeHandoffItem(UInt32, IVsProject3)

Allows preprocessing of a document to be handed off (primarily saving an untitled document to the directory of the destination project).

Applies to