ActionEntityFactory.CreatePhotoEntity(String) Method
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.
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.