'DeclarationPublic Function New( _ ByVal attributes As FileAttributes _ )
'UsageDim 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.