Share via


JumpList.BeginInit Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Signals the start of the JumpList initialization.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Sub BeginInit
public void BeginInit()
public:
virtual void BeginInit() sealed
abstract BeginInit : unit -> unit 
override BeginInit : unit -> unit 
public final function BeginInit()

Implements

ISupportInitialize.BeginInit()

Exceptions

Exception Condition
InvalidOperationException

This call to BeginInit is nested in a previous call to BeginInit.

Remarks

The JumpList class implements the ISupportInitialize interface to support XAML declaration of a JumpList. The BeginInit method is only called when the JumpList is declared in XAML and attached to an Application by using the attached property syntax. You do not call this method from your code.

.NET Framework Security

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace