ExplorerBehavior.CustomNodeSettings Property
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.
Gets a list of CustomNodeSettings. Custom node settings defined for the explorer behavior.
public:
property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettings ^> ^ CustomNodeSettings { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettings ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings> CustomNodeSettings { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CustomNodeSettings : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings>
Public ReadOnly Property CustomNodeSettings As LinkedElementCollection(Of ExplorerNodeSettings)
Property Value
- Attributes