ElementGroup.ElementIds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此组中包含的元素的 Id 列表
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)