ExperimentalAttribute(String) Constructor
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.
Initializes a new instance of the ExperimentalAttribute class, specifying the ID that the compiler will use when reporting a use of the API the attribute applies to.
public:
ExperimentalAttribute(System::String ^ diagnosticId);
public ExperimentalAttribute (string diagnosticId);
new System.Diagnostics.CodeAnalysis.ExperimentalAttribute : string -> System.Diagnostics.CodeAnalysis.ExperimentalAttribute
Public Sub New (diagnosticId As String)
Parameters
- diagnosticId
- String
The ID that the compiler will use when reporting a use of the API the attribute applies to.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.