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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property HiddenNodes As LinkedElementCollection(Of DomainPath)
Get
public LinkedElementCollection<DomainPath> HiddenNodes { get; }
public:
property LinkedElementCollection<DomainPath^>^ HiddenNodes {
LinkedElementCollection<DomainPath^>^ get ();
}
member HiddenNodes : LinkedElementCollection<DomainPath>
function get HiddenNodes () : LinkedElementCollection<DomainPath>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainPath>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.