ModelExplorerTreeContainer.AddHiddenPath(ICollection<Guid>) Method

Definition

Retrns the current collection of Paths (in Guid form) for elements to be hidden from the model explorer.

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))

Parameters

path
ICollection<Guid>

A list of guids which indicate a hidden path which we'd like to hide from the model explorer

Applies to