windows phone 8 - How to update old navigation service -


i looking @ on-line documentation navigationservice , see takes uri , object...

the navigation service on system takes uri.

public bool navigate(uri source); 

here path referenced dll:

c:\program files (x86)\reference assemblies\microsoft\framework\silverlight\v4.0\profile\windowsphone71\microsoft.phone.dll

runtime version : v2.0.50727

version : 7.0.0.0

how can update system use new navigation service?

thanks

the navigationservice (reference) class windows phone 8 contains single navigate method (reference):

public bool navigate(     uri source ) 

it you're looking @ documentation windows presentation foundation (reference).

i use home page windows phone development , search bar @ top sure i'm looking @ apis supported windows phone (it pre-filters when use search). using full search engine, google, misleading point pages seem correct many msdn pages have link "windows phone" on them.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -