次の方法で共有


Style.Keys プロパティ

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

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

構文

'宣言
Public Overrides ReadOnly Property Keys As ICollection 
    Get
'使用
Dim instance As Style 
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 クラス」を参照してください。

関連項目

参照

Style クラス

Microsoft.ReportingServices.ReportRendering 名前空間