Jaa


TypeBrowser.SelectedType Property

Gets the type selected by the user.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property SelectedType As Type
public Type SelectedType { get; private set; }
public:
property Type^ SelectedType {
    Type^ get ();
    void set (Type^ value);
}
public function get SelectedType () : Type
public function set SelectedType (value : Type)

See Also

TypeBrowser Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace