diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml index fd4bdcbde7e..6bf12a72d9a 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml @@ -30,7 +30,7 @@ - To be added. + Defines a CodeDOM processor. To be added. @@ -75,9 +75,9 @@ - To be added. - To be added. - To be added. + The XML stream to be read. + Gets code from XML content. + The compile unit of the code extracted. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml index 220e75f5b03..826f5b1e79e 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml @@ -30,7 +30,7 @@ - To be added. + Implements the Location interface. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index 483a52eac0f..5e3a4442aad 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -20,7 +20,7 @@ - To be added. + Implements the CodeDOM processor interface. To be added. @@ -44,9 +44,9 @@ - To be added. - To be added. - To be added. + The XML stream to be read. + Gets code from XML content. + The compile unit of the code extracted. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml index e8849a06394..a09ab191109 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml @@ -20,7 +20,7 @@ - To be added. + Implements the Location interface. To be added. diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index 6ff5b59aa0d..63651e01ce9 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -230,10 +230,11 @@ - To be added. - To be added. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The object that holds the serialized object data about the exception being thrown. + An object that contains contextual information about the source or destination. + Sets the with information about the exception. To be added. + diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 6943f5f8575..630af883f7b 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -431,9 +431,10 @@ - To be added. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site from which the specified source items are loaded. + Directs the script engine to load source items from their point of persistence, as specified by the object. To be added. + @@ -610,10 +611,11 @@ - To be added. - To be added. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The compiled state of the script engine. + Debugging information contained in the .PDB file corresponding to the PE (portable executable). + Saves the compiled state of the script engine; optionally, it also saves debugging information. To be added. + @@ -639,9 +641,10 @@ - To be added. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site established by the object to which source state is saved. + Directs the script engine to persist its source state to the specified object. To be added. + diff --git a/xml/Microsoft.Vsa/VsaModule.xml b/xml/Microsoft.Vsa/VsaModule.xml index d8bece7117b..1e5dbd6c5b0 100644 --- a/xml/Microsoft.Vsa/VsaModule.xml +++ b/xml/Microsoft.Vsa/VsaModule.xml @@ -47,9 +47,11 @@ - To be added. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + to indicate the module is a VSA module; otherwise, . + Initializes a new instance of the class. To be added. + diff --git a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml index efa25140417..8a4bd251a25 100644 --- a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml @@ -54,8 +54,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the class. To be added. + @@ -81,9 +82,11 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + to indicate the debugger is attachable; otherwise, . + Attaches the debugger. To be added. + @@ -107,9 +110,10 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Returns the IDE. + The IDE. To be added. + @@ -162,9 +166,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the target URL. + The target URL. To be added. + diff --git a/xml/Microsoft_VsaVb/VsaEngineClass.xml b/xml/Microsoft_VsaVb/VsaEngineClass.xml index 734cdd1274e..6234aad8f18 100644 --- a/xml/Microsoft_VsaVb/VsaEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaEngineClass.xml @@ -54,8 +54,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the class. To be added. + @@ -83,9 +84,10 @@ System.Reflection.Assembly - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a reference to the running assembly generated by the method. + Reference to the currently running assembly. To be added. + @@ -109,8 +111,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Closes the script engine and releases all resources. If the script engine is currently running, the method is called first. To be added. + @@ -134,9 +137,11 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Causes the script engine to compile the existing source state. + + on successful compilation, indicating that the method can be called on the newly compiled assembly. if the compilation failed. To be added. + @@ -164,9 +169,10 @@ System.Security.Policy.Evidence - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the evidence for the purpose of validating the current object's identity. + The evidence for the purpose of validating the current object's identity. To be added. + @@ -194,9 +200,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets a value that indicates whether the script engine produces debug information when the method is called. + + if debug information is generated; otherwise, . To be added. + @@ -222,10 +230,11 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + The name of the option to get. + Gets implementation-specific options for a script engine. + The name of the option object. To be added. + @@ -249,8 +258,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Provides a notification that the initialization phase is complete and that the script engine is prepared for the addition of objects. To be added. + @@ -278,9 +288,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine is set to produce debug information when the method is called. + + if the script engine is set to produce debug information when the method is called; otherwise, . To be added. + @@ -308,9 +320,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded. + + if the script engine is marked as modified (that is, "dirty"); otherwise, . The default value is . To be added. + @@ -338,9 +352,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine is currently in run mode. + + if the script engine is running; otherwise, . The default value for this property is . To be added. + @@ -366,10 +382,12 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + A string value provided as identifier. + Checks whether the supplied identifier is valid for the script engine. + + if the identifier is valid; otherwise, . To be added. + @@ -397,9 +415,10 @@ Microsoft.Vsa.IVsaItems - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the collection of objects, which represent all items added to the script engine using the CreateItem method, including code items, reference items, and global items. + A collection of all items added to the script engine using the CreateItem method, including code items, reference items, and global items. To be added. + @@ -427,9 +446,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the non-localized name of the programming language supported by the script engine. + The English-language name of the programming language supported by the script engine. To be added. + @@ -457,9 +477,10 @@ System.Int32 - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the geographical locale and language in which to report exception messages. + An integer value representing the locale in which exception messages are to be reported. To be added. + @@ -485,9 +506,10 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site from which the specified source items is loaded. + Directs the script engine to load source items from their point of persistence, as specified by the host-provided object that implements the interface. To be added. + @@ -515,9 +537,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment. + The value of the script engine's Name property, which may be the empty string. To be added. + @@ -541,8 +564,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Removes the script engine from the running state and disconnects automatically bound event handlers. To be added. + @@ -566,8 +590,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Invalidates the cached assembly for a script engine, as specified by its root moniker. To be added. + @@ -595,9 +620,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets a script engine's root moniker. + The current value of the RootMoniker property. To be added. + @@ -625,9 +651,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the root namespace used by the script engine. + The string value of the root namespace. To be added. + @@ -651,8 +678,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initiates execution of compiled code in the script engine and binds all event handlers. To be added. + @@ -679,10 +707,11 @@ - To be added. - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The compiled state of the script engine. + Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable). + Saves the compiled state of the script engine; optionally, it also saves debugging information. To be added. + @@ -708,9 +737,10 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site established by the interface to which source state is saved. + Directs the script engine to persist its source state to the specified object. To be added. + @@ -737,10 +767,11 @@ - To be added. - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The name of the option to set. + The value for the option being set. + Sets implementation-specific options for a script engine. To be added. + @@ -768,9 +799,10 @@ Microsoft.Vsa.IVsaSite - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the host-implemented object that is used by the script engine to communicate with the host. + A reference to the current object. To be added. + @@ -798,9 +830,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build. + String value of the current version, in the format Major.Minor.Revision.Build. To be added. + diff --git a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml index 2bef594ed75..f8e580d3520 100644 --- a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml +++ b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml @@ -21,11 +21,11 @@ System.Activities.ActivityWithResult - To be added. - To be added. - To be added. + The expression to be created in the form of a string. + to indicate the location expression should be used; otherwise, . + The type of expression to be added. Represents a delegate supplied by the custom expression editor to create an expression activity from string text. - To be added. + An object with the system activites enclosed. To be added. diff --git a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml index 6d203766fb2..973aa9171d5 100644 --- a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml +++ b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml @@ -91,7 +91,7 @@ The service provider. Specifies the value for service provider. - To be added. + The value of the property. To be added. diff --git a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml index 80620fe851f..bde5fcd0d87 100644 --- a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml +++ b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml @@ -586,10 +586,10 @@ - To be added. - To be added. - To be added. - To be added. + The to use for serialization. + The name of the resource bundle into which will be serialized. + The object to serialize. + Serializes the given object into a resource bundle using the given resource name. To be added. @@ -617,10 +617,10 @@ - To be added. - To be added. - To be added. - To be added. + The to use for serialization. + The name of the resource bundle into which will be serialized. + The object to serialize. + Serializes the given object into a resource bundle using the given resource name using invariant culture. To be added. diff --git a/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml b/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml index dbc5b6a412d..b36b39e4744 100644 --- a/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml +++ b/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml @@ -46,7 +46,7 @@ The item collection from which to retrieve the list of primitive types The version of edm to use Gets the list of primitive types for the given version of Edm. - To be added. + A collection of primitive types. To be added. diff --git a/xml/System.Data/DataView.xml b/xml/System.Data/DataView.xml index 53f05c28b05..3f9d63bd9a7 100644 --- a/xml/System.Data/DataView.xml +++ b/xml/System.Data/DataView.xml @@ -3302,7 +3302,7 @@ An array of objects to find in the collection as bindable. This can be . For a description of this member, see . - To be added. + The that represents the properties on each item used to bind data. The type of the row elements in , . - To be added. + The type of the value returned by . A that contains the elements to invoke a transformation function upon. A transformation function to apply to each element. Projects each element of a into a new form. diff --git a/xml/System.Data/TypedTableBase`1.xml b/xml/System.Data/TypedTableBase`1.xml index c3d96d055ad..e076850cc2a 100644 --- a/xml/System.Data/TypedTableBase`1.xml +++ b/xml/System.Data/TypedTableBase`1.xml @@ -155,7 +155,7 @@ - To be added. + The type to convert the elements to. Converts the elements of an to the specified type. This method supports typed object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. An that contains each element of the source sequence converted to the specified type. To be added.