OpenCodeContainersState Class
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.
Describes the state of an open solution and/or folder.
public ref class OpenCodeContainersState sealed : IEquatable<Microsoft::VisualStudio::RpcContracts::Solution::OpenCodeContainersState ^>
[System.Runtime.Serialization.DataContract]
public sealed class OpenCodeContainersState : IEquatable<Microsoft.VisualStudio.RpcContracts.Solution.OpenCodeContainersState>
[<System.Runtime.Serialization.DataContract>]
type OpenCodeContainersState = class
interface IEquatable<OpenCodeContainersState>
Public NotInheritable Class OpenCodeContainersState
Implements IEquatable(Of OpenCodeContainersState)
- Inheritance
-
OpenCodeContainersState
- Attributes
- Implements
Constructors
OpenCodeContainersState() |
Properties
OpenFolderPaths |
Gets the path to the open folder, if any. |
SolutionFilePath |
Gets the path to the open solution file, if any. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(OpenCodeContainersState) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |
ToString() |
Operators
Equality(OpenCodeContainersState, OpenCodeContainersState) | |
Inequality(OpenCodeContainersState, OpenCodeContainersState) |