Edit

Share via


IExtendedUIService.GetProxyClassForUrl(Uri) Method

Definition

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

Parameters

url
Uri

A Uri that represents a URL.

Returns

The Type of the proxy class.

Applies to