TestNodeUid.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Implicit(TestNodeUid to String) |
Implicitly converts a TestNodeUid to a String. |
| Implicit(String to TestNodeUid) |
Implicitly converts a string to a TestNodeUid. |
Implicit(TestNodeUid to String)
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
Implicitly converts a TestNodeUid to a String.
public static implicit operator string(Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid testNode);
static member op_Implicit : Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid -> string
Public Shared Widening Operator CType (testNode As TestNodeUid) As String
Parameters
- testNode
- TestNodeUid
The TestNodeUid value to convert.
Returns
Applies to
Implicit(String to TestNodeUid)
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
- Source:
- TestNodeUid.cs
Implicitly converts a string to a TestNodeUid.
public static implicit operator Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid(string value);
static member op_Implicit : string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid
Public Shared Widening Operator CType (value As String) As TestNodeUid
Parameters
- value
- String
The TestNodeUid value as String.