Condividi tramite


DocumentProperties.Keywords Proprietà

Definizione

Ottiene la raccolta di parole chiave associate al documento.

public:
 property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = documentProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Raccolta di parole chiave.

Commenti

Questa proprietà è di sola lettura, simile alla proprietà Author .

Si applica a