다음을 통해 공유


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>

한 개의 매개 변수와 지정된 형식이 속한 어셈블리 표시 이름을 반환하는 한 개의 반환 값이 있는 메서드를 참조하는 대리자입니다.

적용 대상