Partager via


DesignerView.FromContext, méthode

Retourne le mode concepteur stocké dans le contexte spécifié.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Function FromContext ( _
    context As EditingContext _
) As DesignerView
public static DesignerView FromContext(
    EditingContext context
)
public:
static DesignerView^ FromContext(
    EditingContext^ context
)
static member FromContext : 
        context:EditingContext -> DesignerView 
public static function FromContext(
    context : EditingContext
) : DesignerView

Paramètres

Valeur de retour

Type : Microsoft.Windows.Design.Interaction.DesignerView
DesignerView stocké dans context ou nullune référence null (Nothing en Visual Basic) si une vue n'existe pas.

Exceptions

Exception Condition
ArgumentNullException

context est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DesignerView Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement