JumpListItem.CreateSeparator Method

Definition

Creates a jump list item that is an inert separator for a custom group within the app's jump list.

public:
 static JumpListItem ^ CreateSeparator();
 static JumpListItem CreateSeparator();
public static JumpListItem CreateSeparator();
function createSeparator()
Public Shared Function CreateSeparator () As JumpListItem

Returns

A jump list item that can be added to an app's jump list through the items property.

Applies to