ExternalApplication.actions Field
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.
Specifies the dictionary of associated actions.
protected: System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::Csr::Action ^> ^ actions;
protected System.Collections.Generic.Dictionary<string,Microsoft.Uii.Csr.Action> actions;
val mutable actions : System.Collections.Generic.Dictionary<string, Microsoft.Uii.Csr.Action>
Protected actions As Dictionary(Of String, Action)