IVsSupportItemHandoff2 Interface
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.
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). |