CodeStyleOption<T>.Notification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Modifying a CodeStyleOption<T> is not supported.
public:
property Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ Notification { Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ get(); void set(Microsoft::CodeAnalysis::CodeStyle::NotificationOption ^ value); };
public Microsoft.CodeAnalysis.CodeStyle.NotificationOption Notification { get; set; }
public Microsoft.CodeAnalysis.CodeStyle.NotificationOption Notification { get; [System.Obsolete("Modifying a CodeStyleOption<T> is not supported.", true)] set; }
member this.Notification : Microsoft.CodeAnalysis.CodeStyle.NotificationOption with get, set
[<set: System.Obsolete("Modifying a CodeStyleOption<T> is not supported.", true)>]
member this.Notification : Microsoft.CodeAnalysis.CodeStyle.NotificationOption with get, set
Public Property Notification As NotificationOption
Property Value
- Attributes