ActionDefinition.GetOverloads 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.
Gets an array of overloads of an app action, each of which accepts a different set of inputs.
public:
virtual Platform::Array <ActionOverload ^> ^ GetOverloads() = GetOverloads;
winrt::array_view <ActionOverload const&> GetOverloads();
public ActionOverload[] GetOverloads();
function getOverloads()
Public Function GetOverloads () As ActionOverload()
Returns
An array of ActionOverload objects.