'Declaration Public Overloads Overridable Function Fork( _ ByVal uri As Uri _ ) As ResourceLocator
public virtual ResourceLocator Fork( Uri uri )
Parameters
- uri
- A System.Uri object of the part item to get the ResourceLocator for.
Return Value
If not overridden, returns
this
; otherwise, returns a ResourceLocator object specific to the specified URI.