﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IFeatureSupport" FullName="System.Windows.Forms.IFeatureSupport"><TypeSignature Language="C#" Value="public interface IFeatureSupport" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When implemented in a class, <see cref="T:System.Windows.Forms.IFeatureSupport" /> provides methods you can use to determine whether a feature is currently installed on the system and to get the version number of a feature. Call <see cref="M:System.Windows.Forms.IFeatureSupport.IsPresent(System.Object)" /> to determine whether a feature, or a specific version of a feature, is currently installed. Call <see cref="M:System.Windows.Forms.IFeatureSupport.GetVersionPresent(System.Object)" /> to determine the version number of an installed feature.</para><para>See the <see cref="T:System.Windows.Forms.FeatureSupport" /> and <see cref="T:System.Windows.Forms.OSFeature" /> classes for implementations of this interface.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a standard interface for retrieving feature information from the current system.</para></summary></Docs><Members><Member MemberName="GetVersionPresent"><MemberSignature Language="C#" Value="public Version GetVersionPresent (object feature);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Version</ReturnType></ReturnValue><Parameters><Parameter Name="feature" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For an implementation of this method, see <see cref="M:System.Windows.Forms.OSFeature.GetVersionPresent(System.Object)" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the version of the specified feature.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Version" /> representing the version number of the specified feature; or null if the feature is not installed.</para></returns><param name="feature"><attribution license="cc4" from="Microsoft" modified="false" />The feature whose version is requested. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsPresent"><MemberSignature Language="C#" Value="public bool IsPresent (object feature);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="feature" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether any version of the specified feature is currently available on the system.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the feature is present; otherwise, false.</para></returns><param name="feature"><attribution license="cc4" from="Microsoft" modified="false" />The feature to look for. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsPresent"><MemberSignature Language="C#" Value="public bool IsPresent (object feature, Version minimumVersion);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="feature" Type="System.Object" /><Parameter Name="minimumVersion" Type="System.Version" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the specified or newer version of the specified feature is currently available on the system.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the requested version of the feature is present; otherwise, false.</para></returns><param name="feature"><attribution license="cc4" from="Microsoft" modified="false" />The feature to look for. </param><param name="minimumVersion"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Version" /> representing the minimum version number of the feature to look for. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>