RouteValueDictionary.IReadOnlyDictionary<String,Object>.Keys プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
property System::Collections::Generic::IEnumerable<System::String ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::String,System::Object>::Keys { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Keys : seq<string>
ReadOnly Property Keys As IEnumerable(Of String) Implements IReadOnlyDictionary(Of String, Object).Keys