Metoda SharePointExtractFormField2.GetFormFieldValues —
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
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
Parametry
- sFormFieldName
Typ: System.String
- sFormFieldType
Typ: System.String
- bMatchCase
Typ: System.Boolean
- bUseRegEx
Typ: System.Boolean
- nMaxValues
Typ: System.Int32
- bCountNullValues
Typ: System.Boolean
- CollectionValues
Typ: System.Collections.Specialized.StringCollection%
- bDecodeUnicodeEscapeSequences
Typ: System.Boolean
- bSubStringExtract
Typ: System.Boolean
- sSubStringStartsWith
Typ: System.String
- sSubStringEndsWith
Typ: System.String
- message
Typ: System.String%
Wartość zwracana
Typ: System.Int32
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
SharePointExtractFormField2 Klasa
Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting.Rules