Share via


ExplorerBehavior.HiddenNodes Property

Definition

Gets a list of HiddenNodes. Paths to elements whose explorer nodes should be hidden.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^> ^ HiddenNodes { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath> HiddenNodes { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.HiddenNodes : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath>
Public ReadOnly Property HiddenNodes As LinkedElementCollection(Of DomainPath)

Property Value

Attributes

Applies to