DesignerWindowPane.IVsToolboxUser.IsSupported(IDataObject) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob der Toolbox-Benutzer das Datenobjekt unterstützt, auf das verwiesen wird.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ dataObject) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser::IsSupported;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ dataObject) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser::IsSupported;
int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject const & dataObject);
int IVsToolboxUser.IsSupported (Microsoft.VisualStudio.OLE.Interop.IDataObject dataObject);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Function IsSupported (dataObject As IDataObject) As Integer Implements IVsToolboxUser.IsSupported
Parameter
- dataObject
- IDataObject
Gibt zurück
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.