RequiresPreviewFeaturesAttribute Constructors
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.
RequiresPreviewFeaturesAttribute() |
Initializes a new instance of the RequiresPreviewFeaturesAttribute class. |
RequiresPreviewFeaturesAttribute(String) |
Initializes a new instance of the RequiresPreviewFeaturesAttribute class with the specified message. |
Initializes a new instance of the RequiresPreviewFeaturesAttribute class.
public:
RequiresPreviewFeaturesAttribute();
public RequiresPreviewFeaturesAttribute();
Public Sub New ()
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
Initializes a new instance of the RequiresPreviewFeaturesAttribute class with the specified message.
public:
RequiresPreviewFeaturesAttribute(System::String ^ message);
public RequiresPreviewFeaturesAttribute(string? message);
new System.Runtime.Versioning.RequiresPreviewFeaturesAttribute : string -> System.Runtime.Versioning.RequiresPreviewFeaturesAttribute
Public Sub New (message As String)
Parameters
- message
- String
An optional message associated with this attribute instance.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: