다음을 통해 공유


IRegistrationServices.GetProgIdForType(Type) 메서드

정의

지정된 형식의 COM ProgID를 검색합니다.

public:
 System::String ^ GetProgIdForType(Type ^ type);
public string GetProgIdForType (Type type);
[System.Security.SecurityCritical]
public string GetProgIdForType (Type type);
abstract member GetProgIdForType : Type -> string
[<System.Security.SecurityCritical>]
abstract member GetProgIdForType : Type -> string
Public Function GetProgIdForType (type As Type) As String

매개 변수

type
Type

ProgID가 필요한 형식입니다.

반환

지정된 형식에 대한 ProgID입니다.

특성

적용 대상