ParameterizedString Constructor (String)
Initializes a new instance of the ParameterizedString class by using the given string.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
public ParameterizedString(
string value
)
public:
ParameterizedString(
String^ value
)
new :
value:string -> ParameterizedString
public function ParameterizedString(
value : String
)
Parameters
value
Type: StringA string that can be made into a parameterized string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.