共用方式為


StyleBase.Keys 屬性

Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.

命名空間:  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
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.

請參閱

參考

StyleBase 類別

Microsoft.ReportingServices.ReportRendering 命名空間