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.
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
- 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.