DesignerWindowPane.GetToolboxItemSupported(IDataObject) Yöntem

Tanım

Verilen veri nesnesinin tasarımcı tarafından desteklenip desteklenmediğini belirler.

protected:
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ toolboxItem);
protected:
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ toolboxItem);
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject const & toolboxItem);
protected virtual bool GetToolboxItemSupported (Microsoft.VisualStudio.OLE.Interop.IDataObject toolboxItem);
abstract member GetToolboxItemSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> bool
override this.GetToolboxItemSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> bool
Protected Overridable Function GetToolboxItemSupported (toolboxItem As IDataObject) As Boolean

Parametreler

toolboxItem
IDataObject

IDataObject.

Döndürülenler

Boolean

true veri nesnesi desteklenen bir araç kutusu öğesini temsil ediyorsa.

Özel durumlar

toolboxItem, null değeridir.

Şunlara uygulanır