IWorkspace3.Locations 属性

定义

获取源树的根目录的路径。

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

属性值

IReadOnlyList<String>

绝对路径。

适用于