TypeDescriptionProvider.RegisterType<T> 方法

定義

註冊類型,以便由修剪應用程式中的反映型提供者使用。

public:
generic <typename T>
 virtual void RegisterType();
public virtual void RegisterType<T> ();
abstract member RegisterType : unit -> unit
override this.RegisterType : unit -> unit
Public Overridable Sub RegisterType(Of T) ()

類型參數

T

要註冊的類型。

適用於