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
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeConverter [Description]
Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeConverter.SimplePropertyDescriptor [Description]
Represents an abstract class that provides properties for objects that do not have properties.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeConverter.StandardValuesCollection [Description]
Represents a collection of values.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeConverterAttribute [Description]
Specifies what type to use as a converter for the object this attribute is bound to. This class cannot be inherited.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeDescriptionProvider [Description]
Provides supplemental metadata to the TypeDescriptor.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeDescriptionProviderAttribute [Description]
Specifies the custom type description provider for a class. This class cannot be inherited.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeDescriptor [Description]
Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] TypeListConverter [Description]
Provides a type converter that can be used to populate a list box with available types.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] UInt16Converter [Description]
Provides a type converter to convert 16-bit unsigned integer objects to and from other representations.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] UInt32Converter [Description]
Provides a type converter to convert 32-bit unsigned integer objects to and from various other representations.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] UInt64Converter [Description]
Provides a type converter to convert 64-bit unsigned integer objects to and from other representations.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] WarningException [Description]
Specifies an exception that is handled as a warning instead of an error.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
7e13624a_em_ComponentModel_Namespace_____Description
[Class] Win32Exception [Description]
Throws an exception for a Win32 error code.
[]
System.ComponentModel Namespace ()
Description
https://msdn.microsoft.com/en-us/library/z82ykwhb(v=vs.90).aspx
31/1438042988924.75_20150728002308-00336-ip-10-236-191-2_897906469_0.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Identify and understand the task: In a team environment, your work often corresponds to a work item in Visual Studio Team System Team Foundation Server. After you find and understand the work item, you might need to learn about the code that you will be changing. [Supporting Content]
Querying for Work Items
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Synchronize your development environment: Before you begin a task, you might need to get the current version of the project from version control. If changes were made to the production or staging server that are not reflected in the project, you might need to update the project before you begin your development task. [Supporting Content]
How to: Get the Source for Your Team Project How to: Update File Versions in Your Workspace How to: Import Updates from a Database into the Database Project
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Modify the objects, settings, or scripts for the project: To complete the development task, you typically must modify objects, settings, or scripts in the database or server project. [Supporting Content]
Scenario: Create and Modify Database and Server Objects Scenario: Create and Modify Database Scripts How to: Add Existing Items to a Database Project How to: Exclude Files from a Database Project
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Refactor the code and data in the database or on the server: You can use database refactoring to eliminate some repetitive and error-prone tasks, such as renaming all references to an object, fully qualifying names, expanding wildcard characters, or moving an object to a different schema. [Supporting Content]
Refactor Database Code and Data
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Build and deploy changes to your isolated development environment: After you modify the project, you build and deploy the changes to your isolated development environment. You can test your changes in isolation before you share them with other team members. [Supporting Content]
Build and Deploy Databases to an Isolated Development Environment
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Test your changes: You can run existing unit tests against the modified database or server to verify that your changes do not break any behavior of your application. You can also create unit tests to verify new or changed behavior. You might need to change your data generation plan to support new or changed unit tests. You might also want to update your isolated development environment with data from a test, staging, or production server. [Supporting Content]
Run Database Unit Tests Create and Define Database Unit Tests Generate Test Data for Databases by Using Data Generators Compare and Synchronize Data in One or More Tables with Data in a Reference Database
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Identify potential issues by analyzing your code: You can analyze your database code to find and fix common design, naming, and performance issues. For example, you can find database code that might cause a table scan when you run it. [Supporting Content]
Improving Database Code with Static Analysis
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Check in your changes: After you test your changes and analyze the code for potential problems, you can check your changes in to version control so that you can share them with your team. When you check in your changes, you must also resolve any related work items. [Supporting Content]
How to: Add a Project or Solution to Version Control Using the Check In and Pending Changes Windows How to: Check In Pending Changes
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
341a9939_Iterative_Database_Development__Supporting_Content
[Task] Troubleshoot common project, build, or deployment issues: You can learn how to resolve common problems that you might encounter when you work with database and server projects, such as when you build or deploy them. [Supporting Content]
Troubleshooting Database Project, Build, and Deployment Issues
[]
Performing Iterative Database Development
Supporting Content
https://msdn.microsoft.com/en-us/library/dd193271(v=vs.90).aspx
31/1438042989018.48_20150728002309-00216-ip-10-236-191-2_872916108_1.json
a84bcc54_face___Windows_app_development__Description
[Property] data [Access type] Read/write [Description]
Gets or sets the item's data.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] firstItemIndexHint [Access type] Read/write [Description]
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] groupIndexHint [Access type] Read/write [Description]
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] groupKey [Access type] Read/write [Description]
Gets the group key for the item. This property is only available for items that belong to a grouped data source.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] handle [Access type] Read-only [Description]
Gets the temporary ID of the item.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] index [Access type] Read-only [Description]
Gets the item's index in the IListDataSource.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
a84bcc54_face___Windows_app_development__Description
[Property] key [Access type] Read/write [Description]
Gets or sets the key the identifies the item.
[]
WinJS.UI.IItem interface - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/br212592
31/1438042988924.75_20150728002308-00337-ip-10-236-191-2_874777904_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Create setup program to install prerequisite components [Description]
Includes the prerequisite components in your application's Setup program (Setup.exe) so that they will be installed before your application, in order of dependency. By default, this option is selected. If it is not selected, no Setup.exe is created.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Choose which prerequisites to install [Description]
Specifies whether to install components. For example, by selecting the check box next to SQL Server 2005 Express Edition SP2, you specify that the Setup program verify whether this component is installed on the target computer and install it if it is not already installed. For detailed information about each prerequisite package, see the Prerequisites Information table later in this topic.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Check Microsoft Update for more redistributable components [Description]
Clicking this link takes you to the Bootstrapper Packages to Redistribute Components website to check for updates.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Download prerequisites from the component vendor's web site [Description]
Specifies that the prerequisite components be installed from the vendor's Web site. This is the default option.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Download prerequisites from the same location as my application [Description]
Specifies that the prerequisite components be installed from the same location as the application. This copies all the prerequisite packages to the publish location. For this option to work, the prerequisite packages must be on the development computer.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
9f9fc3cd_Prerequisites_Dialog_Box__Description
[Element] Download prerequisites from the following location [Description]
Specifies that the prerequisite components be installed from the location that you select. You can use the Browse button to select a location.
[]
Prerequisites Dialog Box
Description
https://msdn.microsoft.com/en-us/library/7tx0bw8y(v=vs.100)
31/1438042989018.48_20150728002309-00079-ip-10-236-191-2_877451622_0.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Provides the methods needed to substitute one type for another by the DataContractSerializer during serialization, deserialization, and export and import of XML schema documents (XSD). [Interface]
IDataContractSurrogate
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Indicates that a class is to be notified when deserialization of the entire object graph has been completed. [Interface]
IDeserializationCallback
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Provides a data structure to store extra data encountered by the XmlObjectSerializer during deserialization of a type marked with the DataContractAttribute attribute. [Interface]
IExtensibleDataObject
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Provides functionality for formatting serialized objects. [Interface]
IFormatter
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Provides the connection between an instance of SerializationInfo and the formatter-provided class best suited to parse the data inside the SerializationInfo. [Interface]
IFormatterConverter
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Indicates that the current interface implementer is a reference to another object. [Interface]
IObjectReference
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Enables serialization of custom exception data in security-transparent code. [Interface]
ISafeSerializationData
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Allows an object to control its own serialization and deserialization. [Interface]
ISerializable
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Implements a serialization surrogate selector that allows one object to perform serialization and deserialization of another. [Interface]
ISerializationSurrogate
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b3ed5ff4_ime_Serialization_Namespace_____Interface
[Description] Indicates a serialization surrogate selector class. [Interface]
ISurrogateSelector
[ [ "I", "D", "a", "t", "a", "C", "o", "n", "t", "r", "a", "c", "t", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "D", "e", "s", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "C", "a", "l", "l", "b", "a", "c", "k" ], [ "I", "E", "x", "t", "e", "n", "s", "i", "b", "l", "e", "D", "a", "t", "a", "O", "b", "j", "e", "c", "t" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r" ], [ "I", "F", "o", "r", "m", "a", "t", "t", "e", "r", "C", "o", "n", "v", "e", "r", "t", "e", "r" ], [ "I", "O", "b", "j", "e", "c", "t", "R", "e", "f", "e", "r", "e", "n", "c", "e" ], [ "I", "S", "a", "f", "e", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "D", "a", "t", "a" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "b", "l", "e" ], [ "I", "S", "e", "r", "i", "a", "l", "i", "z", "a", "t", "i", "o", "n", "S", "u", "r", "r", "o", "g", "a", "t", "e" ], [ "I", "S", "u", "r", "r", "o", "g", "a", "t", "e", "S", "e", "l", "e", "c", "t", "o", "r" ] ]
System.Runtime.Serialization Namespace ()
Interface
https://msdn.microsoft.com/en-us/library/system.runtime.serialization(v=vs.100).aspx
31/1438042989018.48_20150728002309-00029-ip-10-236-191-2_871194795_2.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] CipherData [Description]
Represents the element in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] CipherReference [Description]
Represents the element in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] DataObject [Description]
Represents the object element of an XML signature that holds data to be signed.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] DataReference [Description]
Represents the element used in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] DSAKeyValue [Description]
Represents the DSA private key of the element.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptedData [Description]
Represents the element in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptedKey [Description]
Represents the element in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptedReference [Description]
Represents the abstract base class used in XML encryption from which the CipherReference, KeyReference, and DataReference classes derive.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptedType [Description]
Represents the abstract base class from which the classes EncryptedData and EncryptedKey derive.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptedXml [Description]
Represents the process model for implementing XML encryption.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptionMethod [Description]
Encapsulates the encryption algorithm used for XML encryption.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptionProperty [Description]
Represents the element used in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] EncryptionPropertyCollection [Description]
Represents a collection of EncryptionProperty classes used in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfo [Description]
Represents an XML digital signature or XML encryption element.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoClause [Description]
Represents the abstract base class from which all implementations of KeyInfo subelements inherit.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoEncryptedKey [Description]
Wraps the EncryptedKey class, it to be placed as a subelement of the KeyInfo class.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoName [Description]
Represents a subelement of an XMLDSIG or XML Encryption element.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoNode [Description]
Handles KeyInfo subelements that do not have specific implementations or handlers registered on the machine.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoRetrievalMethod [Description]
References KeyInfo objects stored at a different location when using XMLDSIG or XML encryption.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyInfoX509Data [Description]
Represents an subelement of an XMLDSIG or XML Encryption element.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] KeyReference [Description]
Represents the element used in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] Reference [Description]
Represents the element of an XML signature.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] ReferenceList [Description]
Represents the element used in XML encryption. This class cannot be inherited.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] RSAKeyValue [Description]
Represents the element of an XML signature.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] Signature [Description]
Represents the element of an XML signature.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] SignedInfo [Description]
Contains information about the canonicalization algorithm and signature algorithm used for the XML signature.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] SignedXml [Description]
Provides a wrapper on a core XML signature object to facilitate creating XML signatures.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] Transform [Description]
Represents the abstract base class from which all elements that can be used in an XML digital signature derive.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] TransformChain [Description]
Defines an ordered list of Transform objects that is applied to unsigned content prior to digest calculation.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDecryptionTransform [Description]
Specifies the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigBase64Transform [Description]
Represents the Base64 decoding transform as defined in Section 6.6.2 of the XMLDSIG specification.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigC14NTransform [Description]
Represents the C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), without comments.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigC14NWithCommentsTransform [Description]
Represents the C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), with comments.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigEnvelopedSignatureTransform [Description]
Represents the enveloped signature transform for an XML digital signature as defined by the W3C.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigExcC14NTransform [Description]
Represents the exclusive C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), without comments.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigExcC14NWithCommentsTransform [Description]
Represents the exclusive C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), with comments.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigXPathTransform [Description]
Represents the XPath transform for a digital signature as defined by the W3C.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlDsigXsltTransform [Description]
Represents the XSLT transform for a digital signature as defined by the W3C.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
b7a627ed__Cryptography_Xml_Namespace_____Description
[Class] XmlLicenseTransform [Description]
Represents the license transform algorithm used to normalize XrML licenses for signatures.
[]
System.Security.Cryptography.Xml Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.security.cryptography.xml(v=vs.100).aspx
31/1438042989018.48_20150728002309-00281-ip-10-236-191-2_880434074_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] D3D10_ERROR_FILE_NOT_FOUND [Description]
The file was not found.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS [Description]
There are too many unique instances of a particular type of state object.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] D3DERR_INVALIDCALL [Description]
The method call is invalid. For example, a method's parameter may not be a valid pointer.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] D3DERR_WASSTILLDRAWING [Description]
The previous blit operation that is transferring information to or from this surface is incomplete.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] E_FAIL [Description]
Attempted to create a device with the debug layer enabled and the layer is not installed.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] E_INVALIDARG [Description]
An invalid parameter was passed to the returning function.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] E_OUTOFMEMORY [Description]
Direct3D could not allocate sufficient memory to complete the call.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] E_NOTIMPL [Description]
The method call isn't implemented with the passed parameter combination.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] S_FALSE [Description]
Alternate success value, indicating a successful but nonstandard completion (the precise meaning depends on context).
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
eeb4bfcd_ct3D_10_Return_Codes__Windows___Description
[HRESULT] S_OK [Description]
No error occurred.
[]
Direct3D 10 Return Codes (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205278(v=vs.85).aspx
31/1438042988924.75_20150728002308-00111-ip-10-236-191-2_884455981_0.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Adds a routed event handler for a specific routed event to an element. [Name]
AddHandler
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Attempts to force capture of the mouse to this element. [Name]
CaptureMouse
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Attempts to force capture of the stylus to this element. [Name]
CaptureStylus
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Attempts to focus the keyboard on this element. [Name]
Focus
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Raises the routed event that is specified by the RoutedEventArgs.RoutedEvent property within the provided RoutedEventArgs. [Name]
RaiseEvent
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json
f127c51c_ent_Interface__System_Windows___Name
[Description] Releases the mouse capture, if this element holds the capture. [Name]
ReleaseMouseCapture
[ [ "A", "d", "d", "H", "a", "n", "d", "l", "e", "r" ], [ "C", "a", "p", "t", "u", "r", "e", "M", "o", "u", "s", "e" ], [ "C", "a", "p", "t", "u", "r", "e", "S", "t", "y", "l", "u", "s" ], [ "F", "o", "c", "u", "s" ], [ "R", "a", "i", "s", "e", "E", "v", "e", "n", "t" ], [ "R", "e", "l", "e", "a", "s", "e", "M", "o", "u", "s", "e", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "l", "e", "a", "s", "e", "S", "t", "y", "l", "u", "s", "C", "a", "p", "t", "u", "r", "e" ], [ "R", "e", "m", "o", "v", "e", "H", "a", "n", "d", "l", "e", "r" ] ]
IInputElement Interface (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/System.Windows.IInputElement.aspx?cs-save-lang=1&cs-lang=vb
31/1438042988924.75_20150728002308-00131-ip-10-236-191-2_873966605_1.json