﻿<?xml version="1.0" encoding="utf-8"?><Type Name="RecommendedAsConfigurableAttribute" FullName="System.ComponentModel.RecommendedAsConfigurableAttribute"><TypeSignature Language="C#" Maintainer="auto" Value="public class RecommendedAsConfigurableAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RecommendedAsConfigurableAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.Property)</AttributeName></Attribute><Attribute><AttributeName>System.Obsolete("Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute")</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Properties that are marked with the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to true display when you expand the <ui>ConfigurableProperties</ui> line in the <ui>Properties</ui> window. A property that has no recommended setting or that is marked with <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to false is not shown and is an unlikely candidate for being an application setting. The default is false.</para><para>You can bind a property that does not have a <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> to a setting in Visual Studio by clicking the ellipsis button (…) under <ui>Settings</ui> in the <ui>Properties</ui> window and selecting the appropriate property from the list.</para><block subset="none" type="note"><para>When you mark a property with <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to true, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes" />. For a property marked with <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to value false, the value is <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />. Therefore, when you want to check the value of this attribute in your code, you must specify the attribute as <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes" /> or <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />.</para></block><para>For more information, see <format type="text/html"><a href="30386922-1e00-4602-9ebf-526b271a8b87">Extending Metadata Using Attributes</a></format>.</para><para>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that the property can be used as an application setting.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public RecommendedAsConfigurableAttribute (bool recommendedAsConfigurable);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(bool recommendedAsConfigurable) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="recommendedAsConfigurable" Type="System.Boolean" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> class.</para></summary><param name="recommendedAsConfigurable"><attribution license="cc4" from="Microsoft" modified="false" />true if the property this attribute is bound to can be used as an application setting; otherwise, false. </param></Docs></Member><Member MemberName="Default"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.RecommendedAsConfigurableAttribute Default" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.RecommendedAsConfigurableAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the default value for the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" />, which is <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />. This static field is read-only.</para></summary></Docs></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether this instance and a specified object are equal.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if <paramref name="obj" /> is equal to this instance; otherwise, false.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />Another object to compare to. </param></Docs></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the hash code for this instance.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A hash code for the current <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" />.</para></returns></Docs></Member><Member MemberName="IsDefaultAttribute"><MemberSignature Language="C#" Value="public override bool IsDefaultAttribute ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool IsDefaultAttribute() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the value of this instance is the default value for the class.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if this instance is the default attribute for the class; otherwise, false.</para></returns></Docs></Member><Member MemberName="No"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.RecommendedAsConfigurableAttribute No" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.RecommendedAsConfigurableAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This field is the default setting for this attribute.</para><para>When you mark a property with <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to false, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />. Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that a property cannot be used as an application setting. This static field is read-only.</para></summary></Docs></Member><Member MemberName="RecommendedAsConfigurable"><MemberSignature Language="C#" Value="public bool RecommendedAsConfigurable { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool RecommendedAsConfigurable" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the property this attribute is bound to can be used as an application setting.</para></summary></Docs></Member><Member MemberName="Yes"><MemberSignature Language="C#" Value="public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.RecommendedAsConfigurableAttribute Yes" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.ComponentModel.RecommendedAsConfigurableAttribute</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When you mark a property with <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> set to true, the value of this attribute is set to the constant member <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes" />.</para><para>Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies that a property can be used as an application setting. This static field is read-only.</para></summary></Docs></Member></Members></Type>