Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NAbilitiesFilter Class / NAbilitiesFilter Constructor
abilities mask to filter by


In This Topic
    NAbilitiesFilter Constructor
    In This Topic
    Creates a new abilities filter with the specified abilities mask
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mask As AbilitiesMask _
    )
    'Usage
     
    
    Dim mask As AbilitiesMask
     
    Dim instance As New NAbilitiesFilter(mask)
    public NAbilitiesFilter( 
       AbilitiesMask mask
    )

    Parameters

    mask
    abilities mask to filter by
    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