Share via


ActionDefinition.IconFullPath Property

Definition

Gets the full path to the icon for the app action.

public:
 property Platform::String ^ IconFullPath { Platform::String ^ get(); };
winrt::hstring IconFullPath();
public string IconFullPath { get; }
var string = actionDefinition.iconFullPath;
Public ReadOnly Property IconFullPath As String

Property Value

String

Platform::String

winrt::hstring

The full path to the icon for the app action.

Applies to