TextDocument.Folders Property

Definition

The sequence of logical folders the document is contained in.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Folders { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> Folders { get; }
member this.Folders : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Folders As IReadOnlyList(Of String)

Property Value

Applies to