Share via


ViewManagerAttribute Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ViewManagerAttribute class.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New ViewManagerAttribute()
public ViewManagerAttribute()
public:
ViewManagerAttribute()
public function ViewManagerAttribute()

Remarks

An empty ViewManagerAttribute allows you to "unset" the view manager from a base class.

.NET Framework Security

See Also

Reference

ViewManagerAttribute Class

ViewManagerAttribute Members

ViewManagerAttribute Overload

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility