'Declaration Public Function New( _ ByVal attributes As FileAttributes _ )
'Usage Dim attributes As FileAttributes Dim instance As New AttributeFilter(attributes)
public AttributeFilter( FileAttributes attributes )
Parameters
- attributes
- System.IO.FileAttributes fields that represent the attributes used to filter files and folders.