ModelExplorerTreeContainer.AddHiddenPath(ICollection<Guid>) 方法

定义

Retrns 以 Guid 形式 (当前路径集合) ,以便从模型资源管理器中隐藏元素。

protected:
 void AddHiddenPath(System::Collections::Generic::ICollection<Guid> ^ path);
protected void AddHiddenPath (System.Collections.Generic.ICollection<Guid> path);
member this.AddHiddenPath : System.Collections.Generic.ICollection<Guid> -> unit
Protected Sub AddHiddenPath (path As ICollection(Of Guid))

参数

path
ICollection<Guid>

Guid 列表,指示要在模型资源管理器中隐藏的隐藏路径

适用于