Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get the list of ExplorerBehaviorHasNodeSettings links to a ExplorerBehavior.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
- explorerBehaviorInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior
Return Value
Type: 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.