Scripts.Count 属性

定义

返回一个 Integer 类型的值,该值指示指定集合中的项数。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

注解

本主题中的某些内容可能不适用于某些语言。

返回的计数是指定文档中的脚本块数。 在 Microsoft Word 中,Scripts.Count 返回内联脚本定位点和浮动脚本定位点的总数量。

适用于