다음을 통해 공유


TypeDescriptor.ComNativeDescriptorHandler 속성

이 속성은 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

참고: 이 속성은 이제 사용되지 않습니다. 또는 ComObjectType을(를) 사용할 수도 있습니다.

대상 구성 요소에 대한 COM 형식 정보의 공급자를 가져오거나 설정합니다.

네임스페이스: System.ComponentModel
어셈블리: System(system.dll)

구문

‘선언
<ObsoleteAttribute("This property has been deprecated.  Use a type description provider to supply type information for COM types instead.  https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Shared Property ComNativeDescriptorHandler As IComNativeDescriptorHandler
‘사용 방법
Dim value As IComNativeDescriptorHandler

value = TypeDescriptor.ComNativeDescriptorHandler

TypeDescriptor.ComNativeDescriptorHandler = value
[ObsoleteAttribute("This property has been deprecated.  Use a type description provider to supply type information for COM types instead.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public static IComNativeDescriptorHandler ComNativeDescriptorHandler { get; set; }
[ObsoleteAttribute(L"This property has been deprecated.  Use a type description provider to supply type information for COM types instead.  https://go.microsoft.com/fwlink/?linkid=14202")] 
public:
static property IComNativeDescriptorHandler^ ComNativeDescriptorHandler {
    IComNativeDescriptorHandler^ get ();
    void set (IComNativeDescriptorHandler^ value);
}
/** @property */
public static IComNativeDescriptorHandler get_ComNativeDescriptorHandler ()

/** @property */
public static void set_ComNativeDescriptorHandler (IComNativeDescriptorHandler value)
public static function get ComNativeDescriptorHandler () : IComNativeDescriptorHandler

public static function set ComNativeDescriptorHandler (value : IComNativeDescriptorHandler)

속성 값

COM 형식 정보 공급자를 나타내는 IComNativeDescriptorHandler 인스턴스입니다.

설명

ComNativeDescriptorHandler 속성과 IComNativeDescriptorHandler 인터페이스는 사용되지 않습니다. 자세한 내용은 ComObjectType 속성을 참조하십시오.

.NET Framework 보안

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

1.0, 1.1에서 지원
2.0에서 사용되지 않음(컴파일러 경고)

참고 항목

참조

TypeDescriptor 클래스
TypeDescriptor 멤버
System.ComponentModel 네임스페이스
ComObjectType