IFeatureSupport

IFeatureSupport

System. Windows .Forms (system. windows .forms.dll) interface

This interface is implemented by the FeatureSupport and OSFeature classes to allow you to determine whether a specific feature IsPresent() , and if so which version, using the GetVersionPresent() method.

See FeatureSupport for a discussion of these techniques.

 public interface  IFeatureSupport  {  // Public Instance Methods  public Version  GetVersionPresent  (object  feature  );    public bool  IsPresent  (object  feature  );    public bool  IsPresent  (object  feature  , Version  minimumVersion  ); } 

Implemented By

FeatureSupport



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net