TypeDescriptor::ComNativeDescriptorHandler Property

 
obsoleteCodeEntityP:System.ComponentModel.TypeDescriptor.ComObjectType Note: This API is now obsolete.

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the provider for the Component Object Model (COM) type information for the target component.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
[ObsoleteAttribute("This property has been deprecated.  Use a type description provider to supply type information for COM types instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
property IComNativeDescriptorHandler^ ComNativeDescriptorHandler {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	static IComNativeDescriptorHandler^ get();
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	static void set(IComNativeDescriptorHandler^ value);
}

Property Value

Type: System.ComponentModel::IComNativeDescriptorHandler^

An IComNativeDescriptorHandler instance representing the COM type information provider.

The ComNativeDescriptorHandler property and the IComNativeDescriptorHandler interface are obsolete. For more information, see the ComObjectType property.

NamedPermissionSet

for full access to system resources. Demand value: LinkDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: