動画ではプッシュピンを追加する方法も紹介してます。ただ、動画中ではVE.LatLongクラスを使っていた思うのだけど、VE.ShapeのコンストラクタにはVE.LattLongWithAltitudeクラス型のものしか引数が用意されていないと思う。
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
Map1.AddShape(New Microsoft.Live.ServerControls.VE.Shape(Microsoft.Live.ServerControls.VE.ShapeType.Pushpin, New Microsoft.Live.ServerControls.VE.LatLongWithAltitude(44, -122)))
End Sub