Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.