Share via


ExplorerBehaviorHasNodeSettings.GetLinksToCustomNodeSettings Method

Definition

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

Applies to