Class DescriptionLookupEventArgs
Provides data for the ICodeCompletionRepository.DescriptionLookup
event,
used to search for the description of specified member.
public class DescriptionLookupEventArgs : EventArgs
- Inheritance
-
DescriptionLookupEventArgs
Constructors
- DescriptionLookupEventArgs(object, string)
Initializes a new instance of the
DescriptionLookupEventArgs
with specified parameters.
Properties
- Description
Result string representing description of the member.
- Member
Represents an object to lookup.
- Name
The String containing the name of the object.