PopupEditorBindableProperty.LaunchEditor Property
Gets an ICommand implementation that can be used to open the underlying Property's editor.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property LaunchEditor As ICommand
public ICommand LaunchEditor { get; }
public:
property ICommand^ LaunchEditor {
ICommand^ get ();
}
public function get LaunchEditor () : ICommand
Field Value
An ICommand implementation that can be used to open the underlying Property's editor.
See Also
PopupEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace