次の方法で共有


ParseOptions.Features プロパティ

定義

実験機能を返します。

public:
 abstract property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Features { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyDictionary<string,string> Features { get; }
member this.Features : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public MustOverride ReadOnly Property Features As IReadOnlyDictionary(Of String, String)

プロパティ値

適用対象