ElementGroup.RootElementIds 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 Ids of the element links contained in this group
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ RootElementIds { System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Guid> RootElementIds { get; }
member this.RootElementIds : System.Collections.ObjectModel.ReadOnlyCollection<Guid>
Public ReadOnly Property RootElementIds As ReadOnlyCollection(Of Guid)