TypeProvider.AssemblyNameResolver 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定委派,這個委派會使用參數來參考方法,並使用傳回值傳回指定型別所屬組件的顯示名稱。
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)
屬性值
這個委派會使用參數來參考方法,並使用傳回值傳回指定型別所屬組件的顯示名稱。