Represents a word element in the query which contains a wildcard.
            
| C# | Visual Basic | Visual C++ | 
public class WildcardWordElement : WordElement
Public Class WildcardWordElement _ Inherits WordElement
public ref class WildcardWordElement : public WordElement
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
| WildcardWordElement(String, Configuration) | 
            Creates a new WildcardWordElement
              | |
| Configuration | 
            The instance of the Configuration class that holds the settings to be used.
              (Inherited from Element.) | |
| Content | 
            Returns a string representing the content of the element, this should typically be;
            WordElement.Content => theWord
            NotWordElement.Content => -theWord
            GroupElement.Content => null
            PhraseElement.Content => thePhrase (no quotes)
              (Inherited from WordElement.) | |
| CreateLexiconQueries(SearcherIO) | 
            Creates the lexicon query(s) needed for this element
              (Overrides WordElement.CreateLexiconQueries(SearcherIO).) | |
| elementQueryCollection | 
            The lexicon queries used for the element
              (Inherited from Element.) | |
| Equals(Object) | 
                    Determines whether the specified Object is equal to the current Object.
                  (Inherited from Object.) | |
| Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetIgnoredWords()()() | 
            Returns the stop words from the original query that were ignored.
              (Inherited from WordElement.) | |
| GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable) | 
            Gets all document IDs matching this element.
              (Overrides WordElement.GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable).) | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| IsStopWord()()() |  (Inherited from WordElement.) | |
| maximumWildMatchesToFind | 
            Maximum wildcard matches to find
              | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| StringContainsWildCardToken(String, Configuration) | 
            Determines if text contains the WildCardToken.
              | |
| theWildCardType | 
            The type of wildcard.
              | |
| ToString()()() | 
                    Returns a String that represents the current Object.
                  (Inherited from Object.) | |
| WildCardToken | 
            The string that will be taken to be wild.  Default = "*"
              | |
| WildCardType | 
            The type of wildcard specified.
              | 
| Object | ||||
| Element | ||||
| WordElement | ||||
| WildcardWordElement | ||||
| AsianWordElement | ||||