Class LaunchResult
public sealed record LaunchResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<LaunchResult>
- Inheritance
-
EmptyResultLaunchResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
LaunchResult(TargetID)
public LaunchResult(TargetID TargetId)
Parameters
TargetIdTargetIDID of the tab target created as a result.
Properties
TargetId
ID of the tab target created as a result.
public TargetID TargetId { get; init; }