Tip.Load(String, ProjectData, IWarningHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads elements from the specified location into memory.
public:
abstract System::Collections::ICollection ^ Load(System::String ^ location, Microsoft::VisualStudio::TestTools::Common::ProjectData ^ projectData, Microsoft::VisualStudio::TestTools::Common::IWarningHandler ^ warningHandler);
public abstract System.Collections.ICollection Load (string location, Microsoft.VisualStudio.TestTools.Common.ProjectData projectData, Microsoft.VisualStudio.TestTools.Common.IWarningHandler warningHandler);
abstract member Load : string * Microsoft.VisualStudio.TestTools.Common.ProjectData * Microsoft.VisualStudio.TestTools.Common.IWarningHandler -> System.Collections.ICollection
Public MustOverride Function Load (location As String, projectData As ProjectData, warningHandler As IWarningHandler) As ICollection
Parameters
- location
- String
A string that contains the path for the test to load the test elements.
- projectData
- ProjectData
A ProjectData object.
- warningHandler
- IWarningHandler
An IWarningHandler object.
Returns
An ICollection object that contains the test elements.