task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Page request [Description] | The page request occurs before the page life cycle begins. When the page is requested by a user, ASP.NET determines whether the page needs to be parsed and compiled (therefore beginning the life of a page), or whether a cached version of the page can be sent in response without running the page. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Start [Description] | In the start stage, page properties such as Request and Response are set. At this stage, the page also determines whether the request is a postback or a new request and sets the IsPostBack property. The page also sets the UICulture property. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Initialization [Description] | During page initialization, controls on the page are available and each control's UniqueID property is set. A master page and themes are also applied to the page if applicable. If the current request is a postback, the postback data has not yet been loaded and control property values have not been restored to the values from view state. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Load [Description] | During load, if the current request is a postback, control properties are loaded with information recovered from view state and control state. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Postback event handling [Description] | If the request is a postback, control event handlers are called. After that, the Validate method of all validator controls is called, which sets the IsValid property of individual validator controls and of the page. (There is an exception to this sequence: the handler for the event that caused validation is called after validation.) | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Rendering [Description] | Before rendering, view state is saved for the page and all controls. During the rendering stage, the page calls the Render method for each control, providing a text writer that writes its output to the OutputStream object of the page's Response property. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
99a89b2f_P_NET_Page_Life_Cycle_Overview__Description | [Stage] Unload [Description] | The Unload event is raised after the page has been fully rendered, sent to the client, and is ready to be discarded. At this point, page properties such as Response and Request are unloaded and cleanup is performed. | [] | ASP.NET Page Life Cycle Overview | Description | https://msdn.microsoft.com/en-us/library/ms178472(v=vs.90) | 14/1438042986646.29_20150728002306-00052-ip-10-236-191-2_882946600_1.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] DynamicBottomSeparatorImageUrl [Description] | An optional image displayed at the bottom of a dynamic menu item to separate it from other menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] DynamicPopOutImageUrl [Description] | An optional image displayed in a dynamic menu item to indicate that it has a submenu. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] DynamicTopSeparatorImageUrl [Description] | An optional image displayed at the top of a dynamic menu item to separate it from other menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] ScrollDownImageUrl [Description] | The image displayed at the bottom of a menu item to indicate that the user can scroll down to view additional menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] ScrollUpImageUrl [Description] | The image displayed at the top of a menu item to indicate that the user can scroll up to view additional menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] StaticBottomSeparatorImageUrl [Description] | An optional image displayed at the bottom of a static menu item to separate it from other menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] StaticPopOutImageUrl [Description] | An optional image displayed in a static menu item to indicate that it has a submenu. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
84755634_ss__System_Web_UI_WebControls___Description | [Image property] StaticTopSeparatorImageUrl [Description] | An optional image displayed at the top of a static menu item to separate it from other menu items. | [] | Menu Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.aspx | 14/1438042988860.88_20150728002308-00082-ip-10-236-191-2_881318025_14.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Plan, track, and manage work visually | Manage the product backlog, sprints, and tasks using Agile tools. Run daily standups with a task board. View real-time burn down charts. Balance capacity by activity or team members. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Support multiple teams within a team project | Create customized home pages for teams. Specify the areas and iterations a team owns and the dates for sprints to occur. Define and manage team favorites and team alerts. See status and gain quick access to team favorites from a lightweight dashboard. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Engage stakeholders to provide feedback on working software | Initiate and manage feedback requests and track responses. Capture actionable data through annotations, screenshots, and video or audio recordings as stakeholders interact with software. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Illustrate requirements with storyboards and link storyboards to work items | Quickly depict features and applications to be built using PowerPoint Storyboarding. Link storyboards or any network-shared file to work items. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Work more efficiently, switch context more easily, collaborate more effectively | Organize upcoming, ongoing, and suspended work while increasing transparency and reducing the impact of interruptions. Request and respond to code reviews. Quickly switch context between teams and team projects. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
0143d95a_s_New_in_Planning_and_Tracking__s_and_new_or_enhanced_features | [Supported tasks] Manage portfolios of team projects using Microsoft Project and Project Server | Manage project portfolios and view status and resource availability across software teams. Allow each team member to use the tools that they prefer, work at the level of precision that supports their needs, and share information transparently. | [] | What's New in Planning and Tracking | Supported tasks and new or enhanced features | https://msdn.microsoft.com/en-us/library/hh913786(v=vs.110).aspx | 14/1438042988860.88_20150728002308-00004-ip-10-236-191-2_889664041_1.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] ApplicationSettings [Description] | Gets an instance of IsolatedStorageSettings that contains the contents of the application's IsolatedStorageFile, scoped at the application level, or creates a new instance of IsolatedStorageSettings if one does not exist. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] Count [Description] | Gets the number of key-value pairs that are stored in the dictionary. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] Item [Description] | Gets or sets the value associated with the specified key. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] Keys [Description] | Gets a collection that contains the keys in the dictionary. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] SiteSettings [Description] | Gets an instance of IsolatedStorageSettings that contains the contents of the application's IsolatedStorageFile, scoped at the domain level, or creates a new instance of IsolatedStorageSettings if one does not exist. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
47786ff2_ss__System_IO_IsolatedStorage___Description | [Name] Values [Description] | Gets a collection that contains the values in the dictionary. | [] | IsolatedStorageSettings Class (System.IO.IsolatedStorage) | Description | https://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragesettings(v=vs.95).aspx | 33/1438042981753.21_20150728002301-00255-ip-10-236-191-2_860253278_0.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IDockProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that expose their dock properties in a docking container. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IExpandCollapseProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that visually expand to display content and that collapse to hide content. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IGridItemProvider [Description] | Exposes methods and properties to support access by a UI automation client to individual child controls of containers that implement IGridProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IGridProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that act as containers for a collection of child elements. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IInvokeProvider [Description] | Exposes a method to support UI automation access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IMultipleViewProvider [Description] | Exposes methods and properties to support UI automation client access to controls that provide, and are able to switch between, multiple representations of the same set of information or child controls. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IRangeValueProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that can be set to a value within a range. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IScrollItemProvider [Description] | Exposes methods and properties to support access by UI automation client to individual child controls of containers that implement IScrollProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IScrollProvider [Description] | Exposes methods and properties to support access by a UI automation client to a control that acts as a scrollable container for a collection of child objects. The children of this control must implement IScrollItemProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ISelectionItemProvider [Description] | Exposes methods and properties to support access by a UI automation client to individual, selectable child controls of containers that implement ISelectionProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ISelectionProvider [Description] | Exposes methods and properties to support access by a UI Automation client to controls that act as containers for a collection of individual, selectable child items. The children of this control must implement ISelectionItemProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ITableItemProvider [Description] | Exposes methods and properties to support UI automation client access to child controls of containers that implement ITableProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ITableProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that act as containers for a collection of child elements. The children of this element must implement ITableItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed (a UI automation client can move to adjacent controls, which are headers or cells of the table) by using the keyboard. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ITextProvider [Description] | Exposes methods and properties to support UI Automation client access to controls that contain text. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ITextRangeProvider [Description] | Exposes methods and properties to support UI automation client access to a span of continuous text in a text container that implements ITextProvider. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IToggleProvider [Description] | Exposes methods and properties to support UI automation client access to controls that can cycle through a set of states and maintain a particular state. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] ITransformProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls or elements that can be moved, resized, or rotated within a two-dimensional space. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IValueProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string. | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
a53637e4_tomation_Provider_Namespace_____Description | [Interface] IWindowProvider [Description] | Exposes methods and properties to support access by a UI automation client to controls that provide fundamental window-based functionality within a traditional graphical user interface (GUI). | [] | System.Windows.Automation.Provider Namespace () | Description | https://msdn.microsoft.com/en-us/library/System.Windows.Automation.Provider(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00254-ip-10-236-191-2_874886999_1.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Attach [Description] | The type of event that occurs when a database is attached. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Backup [Description] | The type of event that occurs when a database is backed up. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Detach [Description] | The type of event that occurs when a database is detached. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Offline [Description] | The type of event that occurs when a database goes offline. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Online [Description] | The type of event that occurs when a database goes online. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
90431d8b_soft_SqlServer_Management_Smo___Description | [Member name] Restore [Description] | The type of event that occurs when a database is restored. | [] | DatabaseEventType Enumeration (Microsoft.SqlServer.Management.Smo) | Description | https://msdn.microsoft.com/en-US/library/microsoft.sqlserver.management.smo.databaseeventtype(v=sql.90).aspx | 33/1438042989178.64_20150728002309-00295-ip-10-236-191-2_881723720_0.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets whether to cache changes made to the replication properties or to apply them immediately.(Inherited from ReplicationObject.) [Name] | CachePropertyChanges | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the connection to an instance of Microsoft SQL Server.(Inherited from ReplicationObject.) [Name] | ConnectionContext | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the name of the data file for the distribution database. [Name] | DataFile | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the size of the primary database file for the distribution database. [Name] | DataFileSize | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the path to the directory that contains the data file for the distribution database. [Name] | DataFolder | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets the name of the SQL Server Agent job that is responsible for cleaning up the replication tables in the distribution. [Name] | DistributionCleanupTaskName | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets the security context used to connect to the Distributor to create the distribution database. [Name] | DistributorSecurity | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets the name of the SQL Server Agent job that is responsible for cleaning up replication history tables. [Name] | HistoryCleanupTaskName | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the length of time, in hours, replication agent history data is to be retained. [Name] | HistoryRetention | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets whether the object exists on the server or not.(Inherited from ReplicationObject.) [Name] | IsExistingObject | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the name of the file that stores database transaction log records. [Name] | LogFile | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the size of the file that stores database transaction log records. [Name] | LogFileSize | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the path to the directory where the file that stores database transaction log records is located. [Name] | LogFolder | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the maximum retention period, in hours, before transactions are deleted from the distribution database. [Name] | MaxDistributionRetention | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the minimum retention period, in hours, before transactions are deleted from the distribution database. [Name] | MinDistributionRetention | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the name of the distribution database. [Name] | Name | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets whether the Queue Reader Agent job has been created for this distribution database. [Name] | QueueReaderAgentExists | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets the name of the Queue Reader Agent job created for this distribution database. [Name] | QueueReaderAgentName | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets the agent process security context for running the Queue Reader Agent job. [Name] | QueueReaderAgentProcessSecurity | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets the name of the Microsoft SQL Server instance to which this object is connected. (Inherited from ReplicationObject.) [Name] | SqlServerName | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
8be8e926_crosoft_SqlServer_Replication___Name | [Description] Gets or sets an object property that allows users to attach their own data to the object. (Inherited from ReplicationObject.) [Name] | UserData | [] | DistributionDatabase Class (Microsoft.SqlServer.Replication) | Name | https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.replication.distributiondatabase.aspx | 33/1438042989178.64_20150728002309-00331-ip-10-236-191-2_879579165_1.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] E2BIG [Description] | The space required for the arguments and environment settings exceeds 32 K. | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] EACCES [Description] | The specified file has a locking or sharing violation. | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] EMFILE [Description] | Too many files open (the specified file must be opened to determine whether it is executable). | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] ENOENT [Description] | File or path not found. | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] ENOEXEC [Description] | The specified file is not executable or has an invalid executable-file format. | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
ad7149b4__execle___wexecle__CRT___Description | [errno value] ENOMEM [Description] | Not enough memory is available to execute the new process; or the available memory has been corrupted; or an invalid block exists, indicating that the calling process was not allocated properly. | [] | _execle, _wexecle (CRT) | Description | https://msdn.microsoft.com/en-US/library/y70yby5t(v=vs.71).aspx | 33/1438042981753.21_20150728002301-00118-ip-10-236-191-2_858459701_0.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Accelerator tables in Visual C++ projects. [Use the...] | Accelerator Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Binary data information and custom resources in Visual C++, Visual Basic, or Visual C# projects. [Use the...] | Binary Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Dialog boxes in Visual C++ projects. [Use the...] | Dialog Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] HTML pages in both Design view and HTML view. Caveat: You cannot make changes to HTML pages that are in EXEs or DLLs because the changes are not imported back into the EXE or DLL. [Use the...] | HTML Designer | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Bitmaps, icons, cursors, and other image files in Visual C++, Visual Basic, or Visual C# projects. [Use the...] | Image Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Menu resources in Visual C++ projects. [Use the...] | Menu Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] String tables in Visual C++ projects. [Use the...] | String Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Toolbar resources in Visual C++ projects. The Toolbar editor is part of the Image editor. [Use the...] | Toolbar Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
f5c0e322_Resource_Editors__Use_the___ | [To edit...] Version information in Visual C++ projects. [Use the...] | Version Information Editor | [
[
"A",
"c",
"c",
"e",
"l",
"e",
"r",
"a",
"t",
"o",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"D",
"i",
"a",
"l",
"o",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"H",
"T",
"M",
"L",
" ",
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"M",
"e",
"n",
"u",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"S",
"t",
"r",
"i",
"n",
"g",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"T",
"o",
"o",
"l",
"b",
"a",
"r",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
],
[
"V",
"e",
"r",
"s",
"i",
"o",
"n",
" ",
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"E",
"d",
"i",
"t",
"o",
"r"
]
] | Resource Editors | Use the... | https://msdn.microsoft.com/en-us/library/feh4ww6k(v=vs.90).aspx | 33/1438042989178.64_20150728002309-00120-ip-10-236-191-2_871305074_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets the category that identifies the classification of the attribute. [Name] | Category | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets the identifier of the static analysis tool rule to be suppressed. [Name] | CheckId | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets or sets the justification for suppressing the code analysis message. [Name] | Justification | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets or sets an optional argument that expands on exclusion criteria. [Name] | MessageId | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets or sets the scope of the code that is relevant for the attribute. [Name] | Scope | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
ff478a69_stem_Diagnostics_CodeAnalysis___Name | [Description] Gets or sets a fully qualified path that represents the target of the attribute. [Name] | Target | [
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
],
[
"C",
"h",
"e",
"c",
"k",
"I",
"d"
],
[
"J",
"u",
"s",
"t",
"i",
"f",
"i",
"c",
"a",
"t",
"i",
"o",
"n"
],
[
"M",
"e",
"s",
"s",
"a",
"g",
"e",
"I",
"d"
],
[
"S",
"c",
"o",
"p",
"e"
],
[
"T",
"a",
"r",
"g",
"e",
"t"
]
] | SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis) | Name | https://msdn.microsoft.com/en-us/library/system.diagnostics.codeanalysis.suppressmessageattribute(v=vs.95).aspx | 33/1438042989178.64_20150728002309-00151-ip-10-236-191-2_885949902_1.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional String parameter. Specifies the Name field of the assembly identity for the generated manifest. If this parameter is not specified, the name is inferred from the EntryPoint or InputManifest parameters. If no name can be created, the task throws an error. [Parameter] | AssemblyName | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional String parameter. Specifies the Version field of the assembly identity for the generated manifest. If this parameter is not specified, a default value of "1.0.0.0" is used. [Parameter] | AssemblyVersion | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional String parameter. Specifies the minimum version of the Common Language Runtime (CLR) required by the application. The default value is the CLR version in use by the build system. If the task is generating a native manifest, this parameter is ignored. [Parameter] | ClrVersion | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional ITaskItem[] parameter. Specifies which item contains the application configuration file. If the task is generating a native manifest, this parameter is ignored. [Parameter] | ConfigFile | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional ITaskItem[] parameter. Specifies an item list that defines the set of dependent assemblies for the generated manifest. Each item may be further described by item metadata to indicate additional deployment state and the type of dependence. For more information, see the "Item Metadata" section below. [Parameter] | Dependencies | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
b54ec209_nerateApplicationManifest_Task__Parameter | [Description] Optional String parameter. Specifies the description for the application or component. [Parameter] | Description | [] | GenerateApplicationManifest Task | Parameter | https://msdn.microsoft.com/en-us/library/6wc2ccdc.aspx | 33/1438042989178.64_20150728002309-00333-ip-10-236-191-2_888755193_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.