Share via


ActionEntityFactory.CreatePhotoEntity(String) Method

Definition

Creates a new instance of PhotoActionEntity.

public:
 virtual PhotoActionEntity ^ CreatePhotoEntity(Platform::String ^ path) = CreatePhotoEntity;
PhotoActionEntity CreatePhotoEntity(winrt::hstring const& path);
public PhotoActionEntity CreatePhotoEntity(string path);
function createPhotoEntity(path)
Public Function CreatePhotoEntity (path As String) As PhotoActionEntity

Parameters

path
String

Platform::String

winrt::hstring

The path to the image file represented by the PhotoActionEntity.

Returns

A new PhotoActionEntity.

Applies to