次の方法で共有


DirectiveResult.Values プロパティ

定義

[name:value] ディレクティブの解析された値。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Values { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Values As IReadOnlyList(Of String)

プロパティ値

注釈

[name] ディレクティブの場合は空にすることができます。

適用対象