Class MemberLookupEventArgs
Provides data for the ICodeCompletionRepository.MemberLookup
event,
used to search for the specified member.
public class MemberLookupEventArgs : EventArgs
- Inheritance
-
MemberLookupEventArgs
Constructors
- MemberLookupEventArgs(object, string)
Initializes a new instance of the
MemberLookupEventArgs
class with specified parameters.
Properties
- Member
Represents an object containing members.
- Name
The String containing the name of the member to get.
- Result
An object representing the member with the specified name, if found; otherwise, a null reference.
- Scope
Specifies the search constraints.