Freigeben über


Item-Eigenschaft

Gets the value of the specified style found in the location specified by the index. In C#, this property is the indexer for the Style class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. (Überschreibt StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Geerbt von StyleBase.)

Zum Anfang