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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.