Shape.GroupItems 属性

定义

返回一个 GroupShapes 对象,该对象代表指定组中的各个形状。

public:
 property Microsoft::Office::Interop::Word::GroupShapes ^ GroupItems { Microsoft::Office::Interop::Word::GroupShapes ^ get(); };
public Microsoft.Office.Interop.Word.GroupShapes GroupItems { get; }
member this.GroupItems : Microsoft.Office.Interop.Word.GroupShapes
Public ReadOnly Property GroupItems As GroupShapes

属性值

注解

Item[Object]使用 GroupShapes 对象的 方法可返回组中的单个形状。

此属性适用于 Shape 表示分组形状的 或 ShapeRange 对象。

适用于