EdmModelProvider.TryResolveTypeInformationFromDefaultProvider método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Shared Function TryResolveTypeInformationFromDefaultProvider ( _
proxyContext As ProxyContext, _
type As Type, _
<OutAttribute> ByRef typeInformation As TypeInformation _
) As Boolean
'Uso
Dim proxyContext As ProxyContext
Dim type As Type
Dim typeInformation As TypeInformation
Dim returnValue As Boolean
returnValue = EdmModelProvider.TryResolveTypeInformationFromDefaultProvider(proxyContext, _
type, typeInformation)
public static bool TryResolveTypeInformationFromDefaultProvider(
ProxyContext proxyContext,
Type type,
out TypeInformation typeInformation
)
Parâmetros
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
- type
Tipo: System.Type
- typeInformation
Tipo: Microsoft.SharePoint.Client.TypeInformation
Valor retornado
Tipo: System.Boolean