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。

属性

適用対象