ShapeRange.GroupItems 属性

定义

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

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 对象的 方法可返回组中的单个形状。

适用于