Share via


AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor メソッド

定義

指定した型およびオブジェクトの型記述子を取得します。

public:
 override System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ objectType, System::Object ^ instance);
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object instance);
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object? instance);
override this.GetTypeDescriptor : Type * obj -> System.ComponentModel.ICustomTypeDescriptor
Public Overrides Function GetTypeDescriptor (objectType As Type, instance As Object) As ICustomTypeDescriptor

パラメーター

objectType
Type

型記述子を取得する対象のオブジェクトの型。

instance
Object

型のインスタンス。

戻り値

型のメタデータを提供する記述子。

適用対象