ElementTypeDescriptionProvider.GetTypeDescriptor(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the TypeDescriptor for the requesting ModelElement object.
public:
override System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ objectType, System::Object ^ instance);
public override sealed System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object instance);
override this.GetTypeDescriptor : Type * obj -> System.ComponentModel.ICustomTypeDescriptor
Public Overrides NotOverridable Function GetTypeDescriptor (objectType As Type, instance As Object) As ICustomTypeDescriptor
Parameters
- objectType
- Type
- instance
- Object