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 相对应的类型。

返回

String

指定类型的 ProgID。

实现

属性

适用于