Scheduler for WinRT
GetDefaults Method


Returns the list of predefined categories.
Syntax
'Declaration
 
Public Function GetDefaults() As List(Of Category)
'Usage
 
Dim instance As CategoryCollection
Dim value As List(Of Category)
 
value = instance.GetDefaults()
public List<Category> GetDefaults()

Return Value

The List object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryCollection Class
CategoryCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.