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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides visual feedback and information about the source used in a drag drop operation.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000121-0000-0000-C000-000000000046")> _
Public Interface IDropSource
'Usage
Dim instance As IDropSource
[InterfaceTypeAttribute()]
[GuidAttribute("00000121-0000-0000-C000-000000000046")]
public interface IDropSource
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000121-0000-0000-C000-000000000046")]
public interface class IDropSource
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000121-0000-0000-C000-000000000046")>]
type IDropSource = interface end
public interface IDropSource
Remarks
You can get an instance of the IDropSource interface through the GetDropInfo method of the IVsHierarchyDropDataSource interface.