ResourceWriter.TypeNameConverter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un delegato che consente la scrittura di assembly di risorse per le versioni di .NET Framework antecedenti a .NET Framework 4 usando nomi di assembly completi.
public:
property Func<Type ^, System::String ^> ^ TypeNameConverter { Func<Type ^, System::String ^> ^ get(); void set(Func<Type ^, System::String ^> ^ value); };
public Func<Type,string>? TypeNameConverter { get; set; }
public Func<Type,string> TypeNameConverter { get; set; }
member this.TypeNameConverter : Func<Type, string> with get, set
Public Property TypeNameConverter As Func(Of Type, String)
Valore della proprietà
Tipo incapsulato dal delegato.
Commenti
.NET Framework e MSBuild impostare questa proprietà se la destinazione è una versione precedente di .NET Framework.