SharePointFindDocumentItems.DoExtact 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.
public:
bool DoExtact(Microsoft::VisualStudio::TestTools::WebTesting::WebTestContext ^ context, Microsoft::VisualStudio::TestTools::WebTesting::WebTestResponse ^ response, [Runtime::InteropServices::Out] System::String ^ % sMessage);
public bool DoExtact (Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext context, Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse response, out string sMessage);
member this.DoExtact : Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext * Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse * string -> bool
Public Function DoExtact (context As WebTestContext, response As WebTestResponse, ByRef sMessage As String) As Boolean
Parameters
- context
- WebTestContext
- response
- WebTestResponse
- sMessage
- String