Condividi tramite


Proprietà ActionStyle.Keys

Questo membro esegue l'override di StyleBase.Keys e in tale argomento potrebbe essere disponibile una documentazione più completa.Questo membro esegue l'override di StyleBase.Keys.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property Keys As ICollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: 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.

Vedere anche

Riferimento

ActionStyle Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering