Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: IDataObjectThe item to check.
Return Value
Type: 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.