'宣言 Public Class ShapeCollection Inherits System.Collections.ObjectModel.Collection(Of DrawingShape)
public class ShapeCollection : System.Collections.ObjectModel.Collection<DrawingShape>
'宣言 Public Class ShapeCollection Inherits System.Collections.ObjectModel.Collection(Of DrawingShape)
public class ShapeCollection : System.Collections.ObjectModel.Collection<DrawingShape>
System.Object
System.Collections.ObjectModel.Collection<T>
C1.WPF.Word.Canvas.ShapeCollection