Share via


ExplorerBehaviorHasNodeSettings.GetLinksToCustomNodeSettings Method

Get the list of ExplorerBehaviorHasNodeSettings links to a ExplorerBehavior.

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

Syntax

'Declaration
Public Shared Function GetLinksToCustomNodeSettings ( _
    explorerBehaviorInstance As ExplorerBehavior _
) As ReadOnlyCollection(Of ExplorerBehaviorHasNodeSettings)
public static ReadOnlyCollection<ExplorerBehaviorHasNodeSettings> GetLinksToCustomNodeSettings(
    ExplorerBehavior explorerBehaviorInstance
)
public:
static ReadOnlyCollection<ExplorerBehaviorHasNodeSettings^>^ GetLinksToCustomNodeSettings(
    ExplorerBehavior^ explorerBehaviorInstance
)
static member GetLinksToCustomNodeSettings : 
        explorerBehaviorInstance:ExplorerBehavior -> ReadOnlyCollection<ExplorerBehaviorHasNodeSettings> 
public static function GetLinksToCustomNodeSettings(
    explorerBehaviorInstance : ExplorerBehavior
) : ReadOnlyCollection<ExplorerBehaviorHasNodeSettings>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ExplorerBehaviorHasNodeSettings>

.NET Framework Security

See Also

Reference

ExplorerBehaviorHasNodeSettings Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace