다음을 통해 공유


Keys 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.