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