TypeDescriptor::ComNativeDescriptorHandler Property
.NET Framework (current version)
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.
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
Available since 1.1
Show: