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
'Usage
Dim instance As IVsDataProvider 
Dim objType As Type 
Dim returnValue As Boolean 

returnValue = instance.SupportsObject(objType)
bool SupportsObject(
    Type objType
)
bool SupportsObject(
    Type^ objType
)
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

IVsDataProvider Members

SupportsObject Overload

Microsoft.VisualStudio.Data.Core Namespace