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

url
Uri

Um Uri que representa uma URL.A Uri that represents a URL.

Retornos

Type

O Type da classe de proxy.The Type of the proxy class.

Aplica-se a