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。

実装

属性

適用対象