SharePointExtractFormField2.GetFormFieldValues - метод
Пространство имен: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Сборка: Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Синтаксис
'Декларация
Public Shared Function GetFormFieldValues ( _
sFormFieldName As String, _
sFormFieldType As String, _
response As WebTestResponse, _
bMatchCase As Boolean, _
bUseRegEx As Boolean, _
nMaxValues As Integer, _
bCountNullValues As Boolean, _
ByRef CollectionValues As StringCollection, _
bDecodeUnicodeEscapeSequences As Boolean, _
bSubStringExtract As Boolean, _
sSubStringStartsWith As String, _
sSubStringEndsWith As String, _
<OutAttribute> ByRef message As String _
) As Integer
public static int GetFormFieldValues(
string sFormFieldName,
string sFormFieldType,
WebTestResponse response,
bool bMatchCase,
bool bUseRegEx,
int nMaxValues,
bool bCountNullValues,
ref StringCollection CollectionValues,
bool bDecodeUnicodeEscapeSequences,
bool bSubStringExtract,
string sSubStringStartsWith,
string sSubStringEndsWith,
out string message
)
public:
static int GetFormFieldValues(
String^ sFormFieldName,
String^ sFormFieldType,
WebTestResponse^ response,
bool bMatchCase,
bool bUseRegEx,
int nMaxValues,
bool bCountNullValues,
StringCollection^% CollectionValues,
bool bDecodeUnicodeEscapeSequences,
bool bSubStringExtract,
String^ sSubStringStartsWith,
String^ sSubStringEndsWith,
[OutAttribute] String^% message
)
static member GetFormFieldValues :
sFormFieldName:string *
sFormFieldType:string *
response:WebTestResponse *
bMatchCase:bool *
bUseRegEx:bool *
nMaxValues:int *
bCountNullValues:bool *
CollectionValues:StringCollection byref *
bDecodeUnicodeEscapeSequences:bool *
bSubStringExtract:bool *
sSubStringStartsWith:string *
sSubStringEndsWith:string *
message:string byref -> int
public static function GetFormFieldValues(
sFormFieldName : String,
sFormFieldType : String,
response : WebTestResponse,
bMatchCase : boolean,
bUseRegEx : boolean,
nMaxValues : int,
bCountNullValues : boolean,
CollectionValues : StringCollection,
bDecodeUnicodeEscapeSequences : boolean,
bSubStringExtract : boolean,
sSubStringStartsWith : String,
sSubStringEndsWith : String,
message : String
) : int
Параметры
- sFormFieldName
Тип: System.String
- sFormFieldType
Тип: System.String
- bMatchCase
Тип: System.Boolean
- bUseRegEx
Тип: System.Boolean
- nMaxValues
Тип: System.Int32
- bCountNullValues
Тип: System.Boolean
- CollectionValues
Тип: System.Collections.Specialized.StringCollection%
- bDecodeUnicodeEscapeSequences
Тип: System.Boolean
- bSubStringExtract
Тип: System.Boolean
- sSubStringStartsWith
Тип: System.String
- sSubStringEndsWith
Тип: System.String
- message
Тип: System.String%
Возвращаемое значение
Тип: System.Int32
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
SharePointExtractFormField2 Класс
Microsoft.VisualStudio.TestTools.WebTesting.Rules - пространство имен