ExplorerBehaviorHasNodeSettings.GetCustomNodeSettings Method
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.
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
- element
- ExplorerBehavior
Returns
- Attributes