DesignerView.RootView Property
Returns a ViewItem that represents the DesignerView.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property RootView As ViewItem
Get
public ViewItem RootView { get; }
public:
property ViewItem^ RootView {
ViewItem^ get ();
}
member RootView : ViewItem
function get RootView () : ViewItem
Property Value
Type: Microsoft.Windows.Design.Interaction.ViewItem
A ViewItem that represents the DesignerView.
.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