AssociatedMetadataProvider.GetTypeDescriptor(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

型。

戻り値

型記述子。

適用対象