Keys プロパティ

NameObjectCollectionBase インスタンスのすべてのキーを含んでいる NameObjectCollectionBase.KeysCollection インスタンスを取得します。

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

構文

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

プロパティ値

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