Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
Dim instance As CurrentDesignerView
Dim value As DesignerView
value = instance.View
public DesignerView View { get; }
public:
property DesignerView^ View {
DesignerView^ get ();
}
public 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