CurrentDesignerView.View Property
Gets the designer view that is currently being used.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property View As DesignerView
Get
public DesignerView View { get; }
public:
property DesignerView^ View {
DesignerView^ get ();
}
member View : DesignerView
function get View () : DesignerView
Property Value
Type: Microsoft.Windows.Design.Interaction.DesignerView
A DesignerView that is currently being used; or nulla null reference (Nothing in Visual Basic) if no view has been installed yet.
.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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace