Represents a TypeFilter object that filters the list of Types defined in this Module based upon the name (case sensitive).
[Visual Basic] Public Shared ReadOnly FilterTypeName As TypeFilter [C#] public static readonly TypeFilter FilterTypeName; [C++] public: static readonly TypeFilter* FilterTypeName; [JScript] public static var FilterTypeName : TypeFilter;
Filters the list of Types defined in this Module based upon the Name. The filter is case sensitive and supports a trailing "*" wildcard.