次の方法で共有


AssociatedMetadataProvider.GetTypeDescriptor(Type) メソッド

定義

派生クラスでオーバーライドされると、指定された型の記述子オブジェクトを返します。

protected:
 virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ type);
protected virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type type);
abstract member GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
Protected Overridable Function GetTypeDescriptor (type As Type) As ICustomTypeDescriptor

パラメーター

type
Type

型。

戻り値

型記述子オブジェクト。

適用対象