Condividi tramite


Proprietà CurrentDesignerView.View

Ottiene la visualizzazione Progettazione attualmente utilizzata.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property View As DesignerView
    Get
public DesignerView View { get; }
public:
property DesignerView^ View {
    DesignerView^ get ();
}
member View : DesignerView
function get View () : DesignerView

Valore proprietà

Tipo: Microsoft.Windows.Design.Interaction.DesignerView
Oggetto DesignerView attualmente utilizzato oppure nullriferimento null (Nothing in Visual Basic) se non è stata ancora installata alcuna visualizzazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CurrentDesignerView Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF