Share via


ExplorerBehavior.CustomNodeSettings Property

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

Syntax

'Declaration
Public ReadOnly Property CustomNodeSettings As LinkedElementCollection(Of ExplorerNodeSettings)
'Usage
Dim instance As ExplorerBehavior 
Dim value As LinkedElementCollection(Of ExplorerNodeSettings)

value = instance.CustomNodeSettings
public LinkedElementCollection<ExplorerNodeSettings> CustomNodeSettings { get; }
public:
property LinkedElementCollection<ExplorerNodeSettings^>^ CustomNodeSettings {
    LinkedElementCollection<ExplorerNodeSettings^>^ get ();
}
public function get CustomNodeSettings () : LinkedElementCollection<ExplorerNodeSettings>

Property Value

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

.NET Framework Security

See Also

Reference

ExplorerBehavior Class

ExplorerBehavior Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace