ChunkHelper.ReplaceTModel(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回字串, < 其 TModel > 權杖取代為 中指定的 modelName 值。
public:
static System::String ^ ReplaceTModel(System::String ^ value, System::String ^ modelName);
public static string ReplaceTModel(string value, string modelName);
static member ReplaceTModel : string * string -> string
Public Shared Function ReplaceTModel (value As String, modelName As String) As String
參數
- value
- String
要取代 中標記的字串。
- modelName
- String
要取代的模型名稱。
傳回
取代權杖的字串。