diff --git a/xml/Microsoft.VisualBasic.Vsa/VsaCodeItem.xml b/xml/Microsoft.VisualBasic.Vsa/VsaCodeItem.xml
index fa9ac7e7f25..1c182b6dbf5 100644
--- a/xml/Microsoft.VisualBasic.Vsa/VsaCodeItem.xml
+++ b/xml/Microsoft.VisualBasic.Vsa/VsaCodeItem.xml
@@ -27,7 +27,7 @@
- To be added.
+ Represents a code item to be compiled by the script engine.
To be added.
@@ -77,9 +77,9 @@
- To be added.
- To be added.
- To be added.
+ A programmatic name of the event source.
+ The type name of the event source.
+ Adds an event source to the code item.
To be added.
@@ -106,8 +106,8 @@
- To be added.
- To be added.
+ The text to be appended to the code item.
+ Appends the specified text to the end of the code item.
To be added.
@@ -131,8 +131,8 @@
System.CodeDom.CodeObject
- To be added.
- To be added.
+ Gets the code document object model (CodeDOM) represented in the code item.
+ The CodeDOM for the code item.
To be added.
@@ -159,8 +159,8 @@
- To be added.
- To be added.
+ The programmatic name of the event source to be removed.
+ Removes the specified event source from the code item.
To be added.
@@ -184,8 +184,8 @@
System.String
- To be added.
- To be added.
+ Gets or sets the text of a specified code item, including auto-generated code, if any.
+ The text of a specified code item.
To be added.
diff --git a/xml/Microsoft.VisualBasic.Vsa/VsaEngine.xml b/xml/Microsoft.VisualBasic.Vsa/VsaEngine.xml
index e12d55bcaf8..6ebad879097 100644
--- a/xml/Microsoft.VisualBasic.Vsa/VsaEngine.xml
+++ b/xml/Microsoft.VisualBasic.Vsa/VsaEngine.xml
@@ -108,8 +108,8 @@
System.Reflection.Assembly
- To be added.
- To be added.
+ Gets a reference to the running assembly generated by the method.
+ A reference to the running assembly generated by the method
To be added.
@@ -156,7 +156,7 @@
- To be added.
+ Closes the script engine and releases all resources. If the script engine is currently running, the method is called first.
To be added.
@@ -181,8 +181,9 @@
- To be added.
- 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.
@@ -254,8 +255,8 @@
System.Security.Policy.Evidence
- To be added.
- To be added.
+ Gets or sets the evidence for the purpose of validating the current object's identity.
+ The evidence to validate the current object's identity.
To be added.
@@ -301,8 +302,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets or sets a value that indicates whether the script engine produces debug information when the Compile method is called.
+
+ if the script engine produces debug information; otherwise, .
To be added.
@@ -355,9 +357,9 @@
- To be added.
- To be added.
- To be added.
+ The name of the option to get.
+ Gets implementation-specific options for the engine.
+ The value of the option.
To be added.
@@ -382,7 +384,7 @@
- To be added.
+ Provides a notification that the initialization phase is complete.
To be added.
@@ -406,8 +408,9 @@
System.Boolean
- To be added.
- 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.
@@ -431,8 +434,9 @@
System.Boolean
- To be added.
- 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.
@@ -456,8 +460,9 @@
System.Boolean
- To be added.
- 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.
@@ -484,9 +489,10 @@
- To be added.
- To be added.
- 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.
@@ -510,8 +516,8 @@
Microsoft.Vsa.IVsaItems
- To be added.
- 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.
@@ -535,8 +541,8 @@
System.String
- To be added.
- 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.
@@ -560,8 +566,8 @@
System.Int32
- To be added.
- 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.
@@ -588,8 +594,8 @@
- To be added.
- To be added.
+ 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.
@@ -634,8 +640,8 @@
System.String
- To be added.
- 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.
@@ -660,7 +666,7 @@
- To be added.
+ Removes the script engine from the running state and disconnects automatically bound event handlers.
To be added.
@@ -685,7 +691,7 @@
- To be added.
+ Invalidates the cached assembly for the engine, as specified by its root moniker.
To be added.
@@ -709,8 +715,8 @@
System.String
- To be added.
- To be added.
+ Gets or sets a script engine's root moniker.
+ The current value of the RootMoniker property.
To be added.
@@ -734,8 +740,8 @@
System.String
- To be added.
- To be added.
+ Gets or sets the root namespace used by the script engine.
+ The string value of the root namespace.
To be added.
@@ -760,7 +766,7 @@
- To be added.
+ Initiates execution of compiled code in the script engine and binds all event handlers.
To be added.
@@ -788,9 +794,9 @@
- To be added.
- To be added.
- To be added.
+ 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.
@@ -817,8 +823,8 @@
- To be added.
- To be added.
+ 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.
@@ -846,9 +852,9 @@
- To be added.
- To be added.
- To be added.
+ 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.
@@ -872,8 +878,8 @@
Microsoft.Vsa.IVsaSite
- To be added.
- 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.
@@ -897,8 +903,8 @@
System.String
- To be added.
- 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/Microsoft.VisualBasic/Collection.xml b/xml/Microsoft.VisualBasic/Collection.xml
index 8b948d495a2..3e4ba3098b9 100644
--- a/xml/Microsoft.VisualBasic/Collection.xml
+++ b/xml/Microsoft.VisualBasic/Collection.xml
@@ -902,10 +902,10 @@ MsgBox(CStr(customers(1)))
- To be added.
- To be added.
- To be added.
- To be added.
+ The item to add to the collection.
+ The item to add to the collection.
+ Adds an item to the collection.
+ The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
To be added.
@@ -1168,7 +1168,7 @@ MsgBox(CStr(customers(1)))
- To be added.
+ The zero-based index fo the element to get or set.
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
The element at the specified index.
diff --git a/xml/Microsoft.VisualBasic/MsgBoxResult.xml b/xml/Microsoft.VisualBasic/MsgBoxResult.xml
index debe59fd2c0..1fba8904297 100644
--- a/xml/Microsoft.VisualBasic/MsgBoxResult.xml
+++ b/xml/Microsoft.VisualBasic/MsgBoxResult.xml
@@ -186,7 +186,7 @@
1
- To be added.
+ **OK** button was pressed. This member is equivalent to the Visual Basic constant .
diff --git a/xml/Microsoft.VisualBasic/MsgBoxStyle.xml b/xml/Microsoft.VisualBasic/MsgBoxStyle.xml
index cfbbad2fc0c..4c569da36e4 100644
--- a/xml/Microsoft.VisualBasic/MsgBoxStyle.xml
+++ b/xml/Microsoft.VisualBasic/MsgBoxStyle.xml
@@ -397,7 +397,7 @@
1
- To be added.
+ **OK** and **Cancel** buttons. This member is equivalent to the Visual Basic constant .
@@ -445,7 +445,7 @@
0
- To be added.
+ **OK** button only (default). This member is equivalent to the Visual Basic constant .
diff --git a/xml/Microsoft.VisualBasic/VbStrConv.xml b/xml/Microsoft.VisualBasic/VbStrConv.xml
index 1ece1ba2beb..ebc8eb8b214 100644
--- a/xml/Microsoft.VisualBasic/VbStrConv.xml
+++ b/xml/Microsoft.VisualBasic/VbStrConv.xml
@@ -163,7 +163,7 @@
2
- To be added.
+ Converts the string to lowercase characters. This member is equivalent to the Visual Basic constant .
@@ -341,7 +341,7 @@
1
- To be added.
+ Converts the string to uppercase characters. This member is equivalent to the Visual Basic constant .
diff --git a/xml/ns-IEHost.Execute.xml b/xml/ns-IEHost.Execute.xml
index 61304e1d2f0..428249ed85b 100644
--- a/xml/ns-IEHost.Execute.xml
+++ b/xml/ns-IEHost.Execute.xml
@@ -2,5 +2,6 @@
To be added.
To be added.
+
diff --git a/xml/ns-Microsoft.IE.xml b/xml/ns-Microsoft.IE.xml
index 1e02491f4cd..a9d9a061134 100644
--- a/xml/ns-Microsoft.IE.xml
+++ b/xml/ns-Microsoft.IE.xml
@@ -2,5 +2,6 @@
To be added.
To be added.
+
diff --git a/xml/ns-Microsoft.VisualBasic.Vsa.xml b/xml/ns-Microsoft.VisualBasic.Vsa.xml
index 3fd1851c729..b6bfd50793d 100644
--- a/xml/ns-Microsoft.VisualBasic.Vsa.xml
+++ b/xml/ns-Microsoft.VisualBasic.Vsa.xml
@@ -1,6 +1,6 @@
- To be added.
+ The Microsoft.VisualBasic.Vsa namespace contains objects that allow you to integrate Script for the .NET Framework script engines into Visual Basic, and to compile and execute code at run time.
To be added.