Normally, to identify a shape in a slide, we use PowerPoint.Shape.Id
to identify a slide in a presentation, we use PowerPoint.Slide.SlideId
but I don't know how to identify a presentation in a PowerPoint application. Assume that we have a collection of presentation being opened, how can we identify a presentation in that collection?
Thanks.