OpenCodeContainersState.SolutionFilePath Property
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.
Gets the path to the open solution file, if any.
public:
property Uri ^ SolutionFilePath { Uri ^ get(); void set(Uri ^ value); };
[System.Runtime.Serialization.DataMember]
public Uri? SolutionFilePath { get; init; }
[<System.Runtime.Serialization.DataMember>]
member this.SolutionFilePath : Uri with get, set
Public Property SolutionFilePath As Uri
Property Value
- Attributes