OpenCodeContainersState.OpenFolderPaths 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 folder, if any.
public:
property System::Collections::Generic::IReadOnlyList<Uri ^> ^ OpenFolderPaths { System::Collections::Generic::IReadOnlyList<Uri ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<Uri ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyList<Uri> OpenFolderPaths { get; init; }
[<System.Runtime.Serialization.DataMember>]
member this.OpenFolderPaths : System.Collections.Generic.IReadOnlyList<Uri> with get, set
Public Property OpenFolderPaths As IReadOnlyList(Of Uri)
Property Value
- Attributes