ImageProperties.PeopleNames
ImageProperties.PeopleNames
ImageProperties.PeopleNames
ImageProperties.PeopleNames
ImageProperties.PeopleNames
Property
Definition
Gets the names of people who are tagged in the photo.
public : IVectorView<Platform::String> PeopleNames { get; }
IVectorView<winrt::hstring> PeopleNames();
public IReadOnlyList<string> PeopleNames { get; }
Public ReadOnly Property PeopleNames As IReadOnlyList<string>
var iReadOnlyList = imageProperties.peopleNames;
Property Value
IReadOnlyList<string>
IReadOnlyList<string>
IReadOnlyList<string>
A list of the names of people who are tagged in the photo.
Remarks
This property is read-only, similar to the Keywords property.
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...