SharePointFindCalendarDates.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

  • sMessage
    Type: String%

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointFindCalendarDates Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace