Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio - Client Objects & Events drop down list missing?

I have no idea how this option got turned off but...

Showing Client Objects & Events: alt text

Missing Client Objects & Events: alt text

How do I turn this option back on so that it's showing again?

like image 948
RichC Avatar asked Nov 21 '10 21:11

RichC


People also ask

What is client side object?

SharePoint Client Side Object Model (CSOM) allows developers to retrieve, update and manage data in SharePoint Online. SharePoint Online makes the CSOM available in several forms. .NET Framework redistributable assemblies. Javascript library.

What is a client object model?

The client object model for SharePoint is a set of client-based libraries that represent the server object model. They are packaged in three different DLLs to accommodate a variety of development types. The client object model includes most of the major functions of the server API.

What is a SharePoint object?

You use the SharePoint Server Object Model when you are writing code that will run inside the context of SharePoint. Some common examples would be the code-behind in a page or a web part, event handlers behind a feature or a list, timer jobs etc.

What is the use of ClientContext in SharePoint?

Use the ClientContext class to return context information about such objects as the current web application, site, site collection, or server version. The Document library templates sample app for SharePoint includes an example of how to use this object.


2 Answers

Go to Tools -> Options -> Text Editor -> All Languages -> General and make sure Navigation Bar is checked.

like image 110
adrianbanks Avatar answered Oct 04 '22 18:10

adrianbanks


Remember that you should enable "View all properties" checkbox at the bottom left of the properties window, so you can edit the "text editor" settings, because is hidden by default.

like image 34
Adrian Avatar answered Oct 04 '22 19:10

Adrian