IDynamicAppViewManager.UpdateDynamicAppDisplay 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.
Notifies the control that the dynamic applications list needs to be updated.
public:
void UpdateDynamicAppDisplay(System::Collections::Generic::List<Microsoft::Uii::Desktop::Core::DynamicApplicationItem ^> ^ dynamicApps);
public void UpdateDynamicAppDisplay (System.Collections.Generic.List<Microsoft.Uii.Desktop.Core.DynamicApplicationItem> dynamicApps);
abstract member UpdateDynamicAppDisplay : System.Collections.Generic.List<Microsoft.Uii.Desktop.Core.DynamicApplicationItem> -> unit
Public Sub UpdateDynamicAppDisplay (dynamicApps As List(Of DynamicApplicationItem))
Parameters
- dynamicApps
- List<DynamicApplicationItem>
Specifies the list of dynamic applications.