Share via


ExplorerBehavior.HiddenNodes Property

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

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property HiddenNodes As LinkedElementCollection(Of DomainPath)
public LinkedElementCollection<DomainPath> HiddenNodes { get; }
public:
property LinkedElementCollection<DomainPath^>^ HiddenNodes {
    LinkedElementCollection<DomainPath^>^ get ();
}
member HiddenNodes : LinkedElementCollection<DomainPath> with get
function get HiddenNodes () : LinkedElementCollection<DomainPath>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainPath>

.NET Framework Security

See Also

Reference

ExplorerBehavior Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace