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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.