English 中文(简体)
MSDN:添加或删除应用程序设置
原标题:MSDN: Add or Remove Application Settings

I just googled on how to use Application Settings and came up with the following msdn article. It describes to ways to add Application Settings at design time in VS 2010. One using the Project-Properties and a second using the Properies-Window for a selected control. I tried the second one, but there simply is no node Data or a property ApplicationSettings under it. Is the article outdated? (although it states there that it applies to VS2010) Or have I overlooked something else? I vaguely remember seeing some such property in an older VS version but I am not sure about that.

编辑:我的项目是一个WPF项目。

最佳回答

“属性”窗口中的应用程序设置绑定仅支持Winforms项目,而不支持WPF。

问题回答

暂无回答




相关问题
LINK ERROR in VC++

I needed help making sense out of the following LNK error which i am getting. SwitchFunctions error LNK2019: unresolved external symbol "__declspec(dllimport) ??$?8DU?$char_traits@D@std@@V?$allocator@...

ArrayList and Array difference

With reference to MSDN, It is stated that "You can set the lower bound of an Array, but the lower bound of an ArrayList is always zero" If i declare an array a[10], the lower bound is always a[0]. ...

Quick MSDN Search in Firefox

Is there a way to get an MSDN search bar in Firefox which will autocomplete .Net class and member names (and preferably also Win32 API methods) and take me directly to the MSDN page? Google toolbar ...

Which version of MSDN subscription / cheapest source [closed]

I ve searched here for the various MSDN subscription questions, but the answers I ve found are either Empower or MVP focused, or out of date with their answer links. I m mostly a Delphi developer (...

where are the official directx forums?

I have been checking around MSDN and Microsoft.com but i can only find Archived forums. Are there any microsoft run forums for DirectX anymore?

Overloaded signification on msdn

I don t understand what does the overloaded term mean in the context of msdn library s page for MemoryStream Close method (or others like Dispose). See the page here. To me, overloaded points out the ...

热门标签