ExplorerReferencesBehavior.GetBehavior Method
Gets Behavior.
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 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
- element
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Explorer
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior
.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.