TagHelperContext.Items Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan koleksi item yang digunakan untuk berkomunikasi dengan item lain ITagHelper.
public:
property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)
Nilai Properti
Keterangan
Ini IDictionary<TKey,TValue> adalah copy-on-write untuk memastikan item yang ditambahkan ke koleksi ini hanya terlihat oleh elemen turunan penargetan lainnya ITagHelper.