Nevron .NET Vision
Nevron.Diagram.Filters Namespace / NParentTypeFilter Class / NParentTypeFilter Constructor / NParentTypeFilter Constructor(Type)
type of parent to filter by


In This Topic
    NParentTypeFilter Constructor(Type)
    In This Topic
    Creates a new parent type filter for the specified parent type
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parentType As System.Type _
    )
    'Usage
     
    
    Dim parentType As System.Type
     
    Dim instance As New NParentTypeFilter(parentType)
    public NParentTypeFilter( 
       System.Type parentType
    )

    Parameters

    parentType
    type of parent 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