Freigeben über


DesignerWindowPane.IVsToolboxUser.IsSupported(IDataObject) Methode

Definition

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

IDataObject.

Gibt zurück

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Gilt für: