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.