CompilationOptions.Features 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
此 API 現已淘汰。
一組字串,指定要啟用的實驗性編譯器功能。
public: property System::Collections::Immutable::ImmutableArray<System::String ^> Features { protected public:
System::Collections::Immutable::ImmutableArray<System::String ^> get(); protected:
void set(System::Collections::Immutable::ImmutableArray<System::String ^> value); };
[System.Obsolete]
public System.Collections.Immutable.ImmutableArray<string> Features { protected internal get; protected set; }
[<System.Obsolete>]
member this.Features : System.Collections.Immutable.ImmutableArray<string> with get, set
Public Property Features As ImmutableArray(Of String)
屬性值
- 屬性