| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal sort As FilterBase.SORT_ORDER, _ ByVal varName As String _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim sort As FilterBase.SORT_ORDER Dim varName As String Dim instance As New FilterBase(sort, varName)  | |
| C# | |
|---|---|
public FilterBase( FilterBase.SORT_ORDER sort, string varName )  | |
| Managed Extensions for C++ | |
|---|---|
public: FilterBase( FilterBase.SORT_ORDER sort, string* varName )  | |
| C++/CLI | |
|---|---|
public: FilterBase( FilterBase.SORT_ORDER sort, String^ varName )  | |
Parameters
- sort
 - Set the sort order if we override it.
 - varName
 - The name of the var this filter is for.
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server