RegistrationServices.GetProgIdForType(Type) 메서드

정의

지정된 형식에 대한 COM ProgID를 검색합니다.

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

매개 변수

type
Type

요청 중인 ProgID에 해당하는 형식입니다.

반환

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

구현

특성

적용 대상