ResourceWriter.TypeNameConverter Proprietà

Definizione

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à

Func<Type,String>

Tipo incapsulato dal delegato.

Commenti

.NET Framework e MSBuild impostare questa proprietà se la destinazione è una versione precedente di .NET Framework.

Si applica a