IExtendedUIService.GetProxyClassForUrl(Uri) Método
Definição
Retorna o tipo da classe proxy associada à URL (Uniform Resource Locator).Returns the type of the proxy class associated with the specified universal resource locator (URL).
public:
Type ^ GetProxyClassForUrl(Uri ^ url);
public Type GetProxyClassForUrl (Uri url);
abstract member GetProxyClassForUrl : Uri -> Type
Public Function GetProxyClassForUrl (url As Uri) As Type
Parâmetros
Retornos
O Type da classe de proxy.The Type of the proxy class.