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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction