ValueProviderResult.FirstValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據要求中提供的訂單值,取得第一個值。 使用 FirstValue 取得單一值進行處理,不論要求中是否提供單一或多個值。
public:
property System::String ^ FirstValue { System::String ^ get(); };
public string FirstValue { get; }
public string? FirstValue { get; }
member this.FirstValue : string
Public ReadOnly Property FirstValue As String