ParameterizedStringPart Constructor (String)
Initializes a new instance of the ParameterizedStringPart class by using the provided literal text.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
literalText As String _
)
public ParameterizedStringPart(
string literalText
)
public:
ParameterizedStringPart(
String^ literalText
)
new :
literalText:string -> ParameterizedStringPart
public function ParameterizedStringPart(
literalText : String
)
Parameters
literalText
Type: StringA string that contains the parameterized string part.
.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.
See Also
Reference
ParameterizedStringPart Structure