ModelExplorerTreeContainer.AddHiddenPath(ICollection<Guid>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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