DataAnnotationsModelValidator.GetLocalizedString(String, Object[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會針對特定字串取得在地版本。
protected:
System::String ^ GetLocalizedString(System::String ^ name, ... cli::array <System::Object ^> ^ arguments);
protected string GetLocalizedString(string name, params object[] arguments);
member this.GetLocalizedString : string * obj[] -> string
Protected Function GetLocalizedString (name As String, ParamArray arguments As Object()) As String
參數
- name
- String
用字串定位。
- arguments
- Object[]
各種論點。
傳回
字串的局部版本。