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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Overridable Function IsDataObjectSupported ( _
data As IDataObject _
) As Boolean
'使用
Dim instance As ModelingDocView
Dim data As IDataObject
Dim returnValue As Boolean
returnValue = instance.IsDataObjectSupported(data)
public virtual bool IsDataObjectSupported(
IDataObject data
)
public:
virtual bool IsDataObjectSupported(
IDataObject^ data
)
public function IsDataObjectSupported(
data : IDataObject
) : boolean
Parameters
data
Type: System.Windows.Forms.IDataObjectThe 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 explicit method, IsSupported.
Permissions
- 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.