BindableProperty.ComponentType Property
Gets the type of the component this property is bound to.
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 ComponentType As Type
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
public override function get ComponentType () : Type
Return Value
Always returns ElementViewModel.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace