SharePointFindCalendarItems.DoExtact Method
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function DoExtact ( _
context As WebTestContext, _
response As WebTestResponse, _
<OutAttribute> ByRef sMessage As String _
) As Boolean
public bool DoExtact(
WebTestContext context,
WebTestResponse response,
out string sMessage
)
public:
bool DoExtact(
WebTestContext^ context,
WebTestResponse^ response,
[OutAttribute] String^% sMessage
)
member DoExtact :
context:WebTestContext *
response:WebTestResponse *
sMessage:string byref -> bool
public function DoExtact(
context : WebTestContext,
response : WebTestResponse,
sMessage : String
) : boolean
Parameters
- response
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
- sMessage
Type: String%
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.