ElementGroup.ElementIds 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.
Get a list of the Id's of the elements contained in this group
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ ElementIds { System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Guid> ElementIds { get; }
member this.ElementIds : System.Collections.ObjectModel.ReadOnlyCollection<Guid>
Public ReadOnly Property ElementIds As ReadOnlyCollection(Of Guid)