IStyleSheetList.Item

IStyleSheetList indexer

http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html. に従って、メソッド item(int index) によってスタイル シートを取得するために使用されます。

public ICSSStyleSheet this[int index] { get; }
パラメータ説明
indexスタイルシートのインデックス

戻り値

CSS スタイルシートのインスタンス。

プロパティ値

ICSSStyleSheet.

関連項目