VisualBasicParseOptions.Features プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Features { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public override System.Collections.Generic.IReadOnlyDictionary<string,string> Features { get; }
member this.Features : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Overrides ReadOnly Property Features As IReadOnlyDictionary(Of String, String)