Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / PackCategory Method


In This Topic
    PackCategory Method
    In This Topic
    Packs the specified categories by joining them with the property category separator.
    Syntax
    'Declaration
     
    
    Public Shared Function PackCategory( _
       ByVal ParamArray categories() As NLocalizedString _
    ) As NLocalizedString
    'Usage
     
    
    Dim categories() As NLocalizedString
    Dim value As NLocalizedString
     
    value = NNode.PackCategory(categories)
    public static NLocalizedString PackCategory( 
       params NLocalizedString[] categories
    )

    Parameters

    categories
    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