Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Keys As ICollection
Get
'Usage
Dim instance As StyleBase
Dim value As ICollection
value = instance.Keys
public virtual ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
ICollection^ get ();
}
abstract Keys : ICollection
override Keys : ICollection
function get Keys () : ICollection
Eigenschaftswert
Typ: 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.