InterstitialAd.Show Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows an interstitial ad.
public:
void Show();
void Show();
public void Show();
function show()
Public Sub Show ()
Remarks
Before you can call this method, the interstitial ad must be initialized and in the ready state (that is, the AdReady event must have been raised). For walkthroughs and code examples that demonstrate how show an interstitial ad, see Interstitial ads and Advertising samples on GitHub.