Share via


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 はインラインとフローティングのスクリプト アンカーの合計数を返します。

適用対象