ExplorerBehaviorHasNodeSettings.GetLinksToCustomNodeSettings Method
Get the list of ExplorerBehaviorHasNodeSettings links to a ExplorerBehavior.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaración
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
- explorerBehaviorInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ExplorerBehaviorHasNodeSettings>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.