ShapeIdCollection.GuidList Property
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.
Gets a collection of the ShapeElement Ids in this collection.
protected:
property System::Collections::ArrayList ^ GuidList { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList GuidList { get; }
member this.GuidList : System.Collections.ArrayList
Protected ReadOnly Property GuidList As ArrayList