Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static ParameterizedString FromFlowDocument(
string flowDocumentString
)
public:
static ParameterizedString^ FromFlowDocument(
String^ flowDocumentString
)
static member FromFlowDocument :
flowDocumentString:string -> ParameterizedString
Public Shared Function FromFlowDocument (
flowDocumentString As String
) As ParameterizedString
Parameters
- flowDocumentString
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedString
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top