Delen via


ViewManagerAttribute.ViewManagerType Property

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

Gets the type of view manager to create for the model.

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

Syntax

'Declaration
Public ReadOnly Property ViewManagerType As Type
'Usage
Dim instance As ViewManagerAttribute 
Dim value As Type 

value = instance.ViewManagerType
public Type ViewManagerType { get; }
public:
property Type^ ViewManagerType {
    Type^ get ();
}
public function get ViewManagerType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

ViewManagerAttribute Class

ViewManagerAttribute Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility