Keys プロパティ

このメンバーは StyleBase. . :: . .Keys をオーバーライドします。より詳細なドキュメントについては、別トピックで参照できます。このメンバーは StyleBase. . :: . .Keys をオーバーライドします。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property Keys As ICollection
    Get
'使用
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

プロパティ値

型: System.Collections. . :: . .ICollection

コレクションのすべてのキーを含んでいる NameObjectCollectionBase..::..KeysCollection を返します。NameObjectCollectionBase の詳細については、Microsoft .NET Framework SDK ドキュメントの「NameObjectCollectionBase クラス」を参照してください。