ExplorerBehaviorHasNodeSettings.GetCustomNodeSettings Method

Definition

Gets a list of CustomNodeSettings.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettings ^> ^ GetCustomNodeSettings(Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings> GetCustomNodeSettings (Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetCustomNodeSettings : Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings>
Public Shared Function GetCustomNodeSettings (element As ExplorerBehavior) As LinkedElementCollection(Of ExplorerNodeSettings)

Parameters

Returns

Attributes

Applies to