WorkspaceItemFilterChangedEventArgs.ScopePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完整路径。 ScopePath 是子树的 "根", (可能) 受更改影响。 ScopePath 圆锥之外的所有项不受这些更改的影响。
public:
property System::String ^ ScopePath { System::String ^ get(); };
public:
property Platform::String ^ ScopePath { Platform::String ^ get(); };
public string ScopePath { get; }
member this.ScopePath : string
Public ReadOnly Property ScopePath As String