CustomAttributesPropertyExtender.ConfigurationType Property
Gets the type of the configuration element this ElementViewModel was created for.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ConfigurationType As Type
public override Type ConfigurationType { get; }
public:
virtual property Type^ ConfigurationType {
Type^ get () override;
}
public override function get ConfigurationType () : Type
Remarks
A ElementViewModel's ConfigurationType is often used to identify or attach behavior to ElementViewModel instances.
See Also
CustomAttributesPropertyExtender Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace