다음을 통해 공유


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 네임스페이스