GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Mixed

 Print  |  
Question:  How does VS.NET IDE identify which property / method belongs to an object when a dot(.) is applied e.g variablename.ToString();



September 09, 2006 06:07:42 #1
 balajifortest   Member Since: August 2006    Total Comments: 12 

RE: How does VS.NET IDE identify which property / meth...
 

Hai,

  When u put . operator in .NET IDE  internally bubble event is raised that corresponding event Handler gets automatically invoked which contains code for identifying properities/methods of an object.

     

 

Back To Question