NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.ComNativeDescriptorHandler

[To be supplied.]

[Visual Basic]
Public Shared Property ComNativeDescriptorHandler As _
   IComNativeDescriptorHandler
[C#]
public static IComNativeDescriptorHandler
   ComNativeDescriptorHandler {get; set;}
[C++]
public: __property static IComNativeDescriptorHandler* get_ComNativeDescriptorHandler();
public: __property static void set_ComNativeDescriptorHandler(IComNativeDescriptorHandler*);
[JScript]
public static function get ComNativeDescriptorHandler() : IComNativeDescriptorHandler;
public static function set ComNativeDescriptorHandler(IComNativeDescriptorHandler);

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace