共用方式為


ActionStyle.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

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.

請參閱

參考

ActionStyle 類別

Microsoft.ReportingServices.ReportRendering 命名空間