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
- context
Type : Microsoft.Windows.Design.EditingContext
Contexte d'édition pour récupérer le mode concepteur.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms
Autres ressources
Procédure pas à pas : création d'un ornement au moment du design