Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether or not gradients should be used in the presentation of a IQuickInfoSession.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property AreGradientsAllowed As Nullable(Of Boolean)
public virtual Nullable<bool> AreGradientsAllowed { get; protected set; }
public:
virtual property Nullable<bool> AreGradientsAllowed {
Nullable<bool> get ();
protected: void set (Nullable<bool> value);
}
abstract AreGradientsAllowed : Nullable<bool> with get, set
override AreGradientsAllowed : Nullable<bool> with get, set
function get AreGradientsAllowed () : Nullable<boolean>
protected function set AreGradientsAllowed (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
true if gradients are allowed, otherwise false, or nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.