Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetPlacementIdeas.Main C# (CSharp) Méthode

Main() public static méthode

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
Résultat void
        public static void Main(string[] args)
        {
            GetPlacementIdeas codeExample = new GetPlacementIdeas();
              Console.WriteLine(codeExample.Description);
              try {
            codeExample.Run(new AdWordsUser());
              } catch (Exception ex) {
            Console.WriteLine("An exception occurred while running this code example. {0}",
            ExampleUtilities.FormatException(ex));
              }
        }
GetPlacementIdeas