| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal sort As FilterBase.SORT_ORDER _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim sort As FilterBase.SORT_ORDER Dim instance As New FilterBase(sort)  | |
| C# | |
|---|---|
public FilterBase( FilterBase.SORT_ORDER sort )  | |
| Managed Extensions for C++ | |
|---|---|
public: FilterBase( FilterBase.SORT_ORDER sort )  | |
| C++/CLI | |
|---|---|
public: FilterBase( FilterBase.SORT_ORDER sort )  | |
Parameters
- sort
 - Set the sort order if we override it.
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server