共用方式為


TypeProvider.AssemblyNameResolver 屬性

定義

取得或設定委派,這個委派會使用參數來參考方法,並使用傳回值傳回指定型別所屬組件的顯示名稱。

public:
 property Func<Type ^, System::String ^> ^ AssemblyNameResolver { Func<Type ^, System::String ^> ^ get(); void set(Func<Type ^, System::String ^> ^ value); };
public Func<Type,string> AssemblyNameResolver { get; set; }
member this.AssemblyNameResolver : Func<Type, string> with get, set
Public Property AssemblyNameResolver As Func(Of Type, String)

屬性值

Func<Type,String>

這個委派會使用參數來參考方法,並使用傳回值傳回指定型別所屬組件的顯示名稱。

適用於