TextDocument.Folders 属性

定义

文档包含的逻辑文件夹序列。

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)

属性值

适用于