Bagikan melalui


IndexableContent.Properties Properti

Definisi

Mendapatkan properti konten.

public:
 property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = indexableContent.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Nilai Properti

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

Kumpulan properti, direpresentasikan sebagai Peta pasangan kunci-nilai.

Penerapan

Keterangan

Meskipun akses ke jenis ini bersifat baca-saja, ia mengembalikan peta baca/tulis.

Tambahkan properti ke indeks dengan memanggil metode Sisipkan dengan nama properti Windows standar, seperti System.Author, dan PropertyValue.

Setelah selesai menambahkan properti ke IndexableContent saat ini, panggil metode AddAsync untuk menambahkan properti ke indeks sistem.

Berlaku untuk

Lihat juga