Compartir a través de


ViewModelAttribute.ModelType Property

Gets the View Model Type that should be used to bind the annotated element to its view.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ModelType As Type
public Type ModelType { get; }
public:
property Type^ ModelType {
    Type^ get ();
}
public function get ModelType () : Type

See Also

ViewModelAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace