diff --git a/xml/Microsoft.CLRAdmin/CData.xml b/xml/Microsoft.CLRAdmin/CData.xml
index 970d80edb98..4dbd9734627 100644
--- a/xml/Microsoft.CLRAdmin/CData.xml
+++ b/xml/Microsoft.CLRAdmin/CData.xml
@@ -193,12 +193,18 @@
- To be added.
- To be added.
- 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 pointer to the .
+ The handle to use to route the notification message to the appropriate or .
+ A pointer to the on the object containing context information about the scope or result item.
+ Adds pages to a property sheet.
+ | Return Value | Description |
+| --- | --- |
+| S\_OK | The method successfully added the property sheet pages. |
+| S\_FALSE | The method added no property sheet pages. |
+| E\_UNEXPECTED | An unexpected error occurred. |
+| E\_INVALIDARG | One or more parameters are not valid. |
To be added.
+
@@ -278,14 +284,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- 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 on the object containing context information about the scope or result item.
+ When this method returns, the handle to a bitmap that serves as the watermark for Wizard 97 pages.
+ When this method returns, the handle to a bitmap that serves as the header for Wizard 97 pages.
+ When this method returns, the handle to a palette used for the bitmaps specified by and .
+ When this method returns, if the watermark and header bitmaps should be stretched rather than tiled; otherwise, .
+ Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.
+ | Return Value | Description |
+| --- | --- |
+| etch | if the watermark and header bitmaps should be stretched rather than tiled; otherwise, . |
To be added.
+
@@ -402,10 +411,16 @@
- 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 pointer to the on the object containing context information about the scope or result item.
+ Determines whether the object requires pages.
+ | Return value | Description |
+| --- | --- |
+| S\_OK | Properties exist for this data object. |
+| E\_UNEXPECTED | An unexpected error occurred. |
+| E\_INVALID | The parameter is not valid. |
+| Any other error code | No pages are supplied for the data object. |
To be added.
+
diff --git a/xml/Microsoft.JScript.Vsa/VsaEngine.xml b/xml/Microsoft.JScript.Vsa/VsaEngine.xml
index c1b7ea7ea25..dde2931fe5d 100644
--- a/xml/Microsoft.JScript.Vsa/VsaEngine.xml
+++ b/xml/Microsoft.JScript.Vsa/VsaEngine.xml
@@ -632,9 +632,9 @@
- To be added.
- This class, member, or property is internal to the script engine and should not be called from your code.
- To be added.
+ The name of the item to get.
+ Gets the item from the scope that is designated by the specified name.
+ The item with the specified name.
To be added.
@@ -658,9 +658,9 @@
- To be added.
- This class, member, or property is internal to the script engine and should not be called from your code.
- To be added.
+ The index of the item to get.
+ Gets the item from the scope that is designated by the specified index value.
+ The item at the specified index.
To be added.
@@ -684,8 +684,8 @@
- This class, member, or property is internal to the script engine and should not be called from your code.
- To be added.
+ Gets the number of items in the scope.
+ The number of items in the scope.
To be added.
diff --git a/xml/Microsoft.VisualBasic.Vsa/VsaCompilerError.xml b/xml/Microsoft.VisualBasic.Vsa/VsaCompilerError.xml
index 047c70f54ec..3cf0e219df9 100644
--- a/xml/Microsoft.VisualBasic.Vsa/VsaCompilerError.xml
+++ b/xml/Microsoft.VisualBasic.Vsa/VsaCompilerError.xml
@@ -24,7 +24,7 @@
- To be added.
+ Represents a compiler error or warning.
To be added.
@@ -48,8 +48,8 @@
System.String
- To be added.
- To be added.
+ Gets a brief description of the error.
+ A string description of the error.
To be added.
@@ -73,8 +73,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the ending column number for the source text that caused the error, if available.
+ The ending column number for the source text that caused the error, if available.
To be added.
@@ -98,8 +98,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the line number on which an error occurs.
+ The line number on which the error has occurred.
To be added.
@@ -123,8 +123,8 @@
System.String
- To be added.
- To be added.
+ Gets the text of the source code from the line that caused the error.
+ The source code from the line that caused the error.
To be added.
@@ -148,8 +148,8 @@
System.Int32
- To be added.
- To be added.
+ Gets a number that uniquely identifies the error.
+ The number that uniquely identifies the error.
To be added.
@@ -173,8 +173,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the severity of the error.
+ An integer (0-4) that represents the error severity.
To be added.
@@ -198,8 +198,8 @@
Microsoft.Vsa.IVsaItem
- To be added.
- To be added.
+ Gets a reference to the object that generated the error.
+ A reference to the object that generated the error.
To be added.
@@ -223,8 +223,8 @@
System.String
- To be added.
- To be added.
+ Gets the fully qualified name of the source item that contained the error.
+ The fully qualified name of the source item that contained the error.
To be added.
@@ -248,8 +248,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the starting column number for the source text that caused the error, if available.
+ The starting column number for the source text that caused the error, if available.
To be added.