JumpListItem.CreateSeparator 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.
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.