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