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。

属性

适用于