ImageProperties.PeopleNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.