Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether an item in the Toolbox can be used with the document window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Overridable Function IsDataObjectSupported ( _
data As IDataObject _
) As Boolean
public virtual bool IsDataObjectSupported(
IDataObject data
)
public:
virtual bool IsDataObjectSupported(
IDataObject^ data
)
abstract IsDataObjectSupported :
data:IDataObject -> bool
override IsDataObjectSupported :
data:IDataObject -> bool
public function IsDataObjectSupported(
data : IDataObject
) : boolean
Parameters
- data
Type: System.Windows.Forms.IDataObject
The item to check.
Return Value
Type: System.Boolean
The item and its attributes.
Remarks
Toolbox items include shapes and connectors.
This method is an override for the method IsSupported.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.