Compartir a través de


DocumentProperties.Keywords Propiedad

Definición

Obtiene la colección de palabras clave asociadas 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)

Valor de propiedad

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Colección de palabras clave.

Comentarios

Esta propiedad es de solo lectura, similar a la propiedad Author .

Se aplica a