Configuration.TypeStringTransformer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定用來在組態檔中轉換型別字串的函式委派。
public:
property Func<System::String ^, System::String ^> ^ TypeStringTransformer { Func<System::String ^, System::String ^> ^ get(); void set(Func<System::String ^, System::String ^> ^ value); };
public Func<string,string> TypeStringTransformer { get; set; }
member this.TypeStringTransformer : Func<string, string> with get, set
Public Property TypeStringTransformer As Func(Of String, String)
屬性值
轉換型別字串的委派。 預設值是 null
。
備註
此屬性可讓 .NET Framework 組態系統的取用者設定函式委派,以用來轉換組態檔中找到的類型字串。 當專案以舊版 .NET Framework 為目標時,Visual Studio 2010 會使用此屬性。 函式可確保在更新組態檔時,.NET Framework 的目標版本正確格式化類型字串。