Share via


IVsDataProvider.SupportsObject Method (Type)

Determines whether a DDEX provider supports the specified type of DDEX support entity.

Namespace:  Microsoft.VisualStudio.Data.Core
Assembly:  Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)

Syntax

'Declaration
Function SupportsObject ( _
    objType As Type _
) As Boolean
bool SupportsObject(
    Type objType
)
bool SupportsObject(
    Type^ objType
)
abstract SupportsObject : 
        objType:Type -> bool
function SupportsObject(
    objType : Type
) : boolean

Parameters

  • objType
    Type: System.Type

    A type of DDEX support entity.

Return Value

Type: System.Boolean
true if the DDEX provider supports the specified type of DDEX support entity; otherwise, false.

Exceptions

Exception Condition
ArgumentNullException

The objType parameter is nulla null reference (Nothing in Visual Basic).

Remarks

This method delegates to the SupportsObject method, passing Empty as the source parameter value.

.NET Framework Security

See Also

Reference

IVsDataProvider Interface

SupportsObject Overload

Microsoft.VisualStudio.Data.Core Namespace