Partager via


Propriété Keys

Ce membre remplace StyleBase. . :: . .Keys. Une documentation plus complète peut être disponible dans cette rubrique.Ce membre se substitue à StyleBase. . :: . .Keys.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Keys As ICollection
    Get
'Utilisation
Dim instance As ActionStyle
Dim value As ICollection

value = instance.Keys
public override ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
    ICollection^ get () override;
}
abstract Keys : ICollection
override Keys : ICollection
override function get Keys () : ICollection

Valeur de propriété

Type : System.Collections. . :: . .ICollection

Returns a NameObjectCollectionBase..::..KeysCollection that contains all the keys in the collection. For more information on the NameObjectCollectionBase, see "NameObjectCollectionBase Class" in the Microsoft .NET Framework SDK documentation.