Interfejs IDropSource
Opublikowano: sierpień 2016
Ten interfejs API obsługuje infrastrukturę produkt i nie jest przeznaczony do bezpośredniego użycia z poziomu kodu.
Zapewnia wizualne i informacje o źródle używany podczas operacji usuwania przeciągania.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
[InterfaceTypeAttribute(1)]
[GuidAttribute("00000121-0000-0000-C000-000000000046")]
public interface IDropSource
[InterfaceTypeAttribute(1)]
[GuidAttribute("00000121-0000-0000-C000-000000000046")]
public interface class IDropSource
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("00000121-0000-0000-C000-000000000046")>]
type IDropSource = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("00000121-0000-0000-C000-000000000046")>
Public Interface IDropSource
Metody
Nazwa | Opis | |
---|---|---|
GiveFeedback(UInt32) | Ten interfejs API obsługuje infrastrukturę produkt i nie jest przeznaczony do bezpośredniego użycia z poziomu kodu. |
|
QueryContinueDrag(Int32, UInt32) | Ten interfejs API obsługuje infrastrukturę produkt i nie jest przeznaczony do bezpośredniego użycia z poziomu kodu. |
Uwagi
Można pobrać wystąpienia IDropSource interfejsu za pośrednictwem GetDropInfo metody IVsHierarchyDropDataSource interfejsu.
Zobacz też
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku