ExplorerBehaviorHasNodeSettings.GetLinksToCustomNodeSettings 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.
Get the list of ExplorerBehaviorHasNodeSettings links to a ExplorerBehavior.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehaviorHasNodeSettings ^> ^ GetLinksToCustomNodeSettings(Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ explorerBehaviorInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings> GetLinksToCustomNodeSettings (Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior explorerBehaviorInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToCustomNodeSettings : Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorHasNodeSettings>
Public Shared Function GetLinksToCustomNodeSettings (explorerBehaviorInstance As ExplorerBehavior) As ReadOnlyCollection(Of ExplorerBehaviorHasNodeSettings)
Parameters
- explorerBehaviorInstance
- ExplorerBehavior
Returns
- Attributes