Share via


ExplorerReferencesBehavior.GetBehavior Method

Gets Behavior.

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 GetBehavior ( _
    element As Explorer _
) As ExplorerBehavior
public static ExplorerBehavior GetBehavior(
    Explorer element
)
public:
static ExplorerBehavior^ GetBehavior(
    Explorer^ element
)
static member GetBehavior : 
        element:Explorer -> ExplorerBehavior
public static function GetBehavior(
    element : Explorer
) : ExplorerBehavior

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior

.NET Framework Security

See Also

Reference

ExplorerReferencesBehavior Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace