Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gives the receiver project a chance to do any necessary processing of the document to be handed off.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")> _
Public Interface IVsSupportItemHandoff2
[InterfaceTypeAttribute()]
[GuidAttribute("2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")]
public interface IVsSupportItemHandoff2
[InterfaceTypeAttribute()]
[GuidAttribute(L"2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")]
public interface class IVsSupportItemHandoff2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("2AFA4F74-7A1A-4DEE-8F99-46E74E5A3C0F")>]
type IVsSupportItemHandoff2 = interface end
public interface IVsSupportItemHandoff2
The IVsSupportItemHandoff2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnBeforeHandoffItem | Allows preprocessing of a document to be handed off (primarily saving an untitled document to the directory of the destination project). |
Top
.gif)