Keys 속성
이 멤버는 StyleBase. . :: . .Keys을(를) 재정의하며 해당 항목에서 자세한 설명서를 볼 수 있습니다.이 멤버는 StyleBase. . :: . .Keys을(를) 재정의합니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.