ExplorerBehaviorHasNodeSettings.GetLinkToExplorerBehavior Method
Get the ExplorerBehaviorHasNodeSettings link to a ExplorerNodeSettings.
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 GetLinkToExplorerBehavior ( _
customNodeSettingsInstance As ExplorerNodeSettings _
) As ExplorerBehaviorHasNodeSettings
public static ExplorerBehaviorHasNodeSettings GetLinkToExplorerBehavior(
ExplorerNodeSettings customNodeSettingsInstance
)
public:
static ExplorerBehaviorHasNodeSettings^ GetLinkToExplorerBehavior(
ExplorerNodeSettings^ customNodeSettingsInstance
)
static member GetLinkToExplorerBehavior :
customNodeSettingsInstance:ExplorerNodeSettings -> ExplorerBehaviorHasNodeSettings
public static function GetLinkToExplorerBehavior(
customNodeSettingsInstance : ExplorerNodeSettings
) : ExplorerBehaviorHasNodeSettings
Parameters
- customNodeSettingsInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.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.