ExplorerBehavior.CustomNodeSettings Property

Definition

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

Applies to