ImageProperties.PeopleNames Property

Definition

Gets the names of people who are tagged in the photo.

public:
 property IVectorView<Platform::String ^> ^ PeopleNames { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> PeopleNames();
public IReadOnlyList<string> PeopleNames { get; }
var iVectorView = imageProperties.peopleNames;
Public ReadOnly Property PeopleNames As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of the names of people who are tagged in the photo.

Remarks

This property is read-only. You can't delete or replace the collection itself, and the contents of the collection are also read-only.

Applies to