IVsDataProvider.TryCreateObject (Método) (Type)
尝试创建的 DDEX 提供程序实现指定的 DDEX 支持实体的实例。
Espacio de nombres: Microsoft.VisualStudio.Data.Core
Ensamblado: Microsoft.VisualStudio.Data.Core (en Microsoft.VisualStudio.Data.Core.dll)
Sintaxis
'Declaración
Function TryCreateObject ( _
objType As Type _
) As Object
Object TryCreateObject(
Type objType
)
Object^ TryCreateObject(
Type^ objType
)
abstract TryCreateObject :
objType:Type -> Object
function TryCreateObject(
objType : Type
) : Object
Parámetros
objType
Tipo: TypeDDEX 支持实体的类型。
Valor devuelto
Tipo: Object
由 DDEX 提供程序实现指定的 DDEX 支持实体的实例,如果提供程序支持,DDEX 它;否则,返回 nullreferencia null (Nothing en Visual Basic)。
Excepciones
Excepción | Condición |
---|---|
DataProviderException | 支持实体的新实例化的实例引发了异常,因为调用 CreateInstance 的方法通过反射或通过 DDEX 提供程序的 CreateObject 不合格的默认或客户端对象的实现的某个方法实现或创建一个 (如果有)。 |
Comentarios
TryCreateObject 方法的委托,该方法将 Empty 作为 source 参数。
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.