HostedWpfControl.actionsByID 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 a dictionary of associated actions.
protected: System::Collections::Generic::Dictionary<int, Microsoft::Uii::Csr::Action ^> ^ actionsByID;
protected System.Collections.Generic.Dictionary<int,Microsoft.Uii.Csr.Action> actionsByID;
val mutable actionsByID : System.Collections.Generic.Dictionary<int, Microsoft.Uii.Csr.Action>
Protected actionsByID As Dictionary(Of Integer, Action)