Scheduler for WinRT
Category Constructor(Guid)


The System.Guid value which should be used as category key.
Initializes a new instance of the Category class with the specified key.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As Guid _
)
'Usage
 
Dim key As Guid
 
Dim instance As New Category(key)
public Category( 
   Guid key
)

Parameters

key
The System.Guid value which should be used as category key.
Remarks
Use this constructor if your business logic requires setting custom key value. Make sure that you use the correct constructor overload (with integer or Guid key value) and that key value is unique.
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

Category Class
Category Members
Overload List

 

 


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