ActionDefinition.DisplaysUI 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 a value indicating whether the app action displays UI.
public:
property bool DisplaysUI { bool get(); };
bool DisplaysUI();
public bool DisplaysUI { get; }
var boolean = actionDefinition.displaysUI;
Public ReadOnly Property DisplaysUI As Boolean
Property Value
bool
True is the app action displays UI; otherwise, false.