Nevron Open Vision Documentation
Nevron.Nov.Schedule.Commands Namespace / NCategoryCommandAction Class / GetTagCollection Method


In This Topic
    GetTagCollection Method (NCategoryCommandAction)
    In This Topic
    Gets the tag collection of the given schedule this command action should operate on.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetTagCollection( _
       ByVal schedule As NSchedule _
    ) As INCollection(Of NCategory)
    'Usage
     
    
    Dim instance As NCategoryCommandAction
    Dim schedule As NSchedule
    Dim value As INCollection(Of NCategory)
     
    value = instance.GetTagCollection(schedule)
    protected override INCollection<NCategory> GetTagCollection( 
       NSchedule schedule
    )

    Parameters

    schedule
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also