ResultSnippet Members
Applies To: Windows 8.1
Provides the ability to store and query assessment results information.
The following tables list the members exposed by the ResultSnippet type.
Public Properties
Name | Description | |
---|---|---|
ErrorsAndWarnings | An ErrorWarningCollection object that contains the errors and warnings for this ResultsSnippet. | |
Iterations | The IterationCollection object that contains the Iterations for this ResultSnippet object. | |
LogFiles | A LogFileCollection object that contains the log files for this ResultSnippet. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddError | Creates an ErrorWarning error object for use by the ResultSnippet object. | |
AddIteration | Creates and returns an Iterationfor use by the ResultSnippet object. | |
AddLogFile | Adds a log file to this ResultSnippet. | |
AddWarning | Overloaded. Creates an ErrorWarning object for use by the ResultSnippet object. | |
Dispose | Overloaded. Releases all resources used by the object. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Save | Saves this ResultSnippet object to a file. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases all resources used by the object. | |
Finalize | Overridden. Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
MemberwiseClone | (Inherited from Object) |
Top