次の方法で共有


RegistrationServices.GetProgIdForType メソッド

指定した型の COM ProgID を取得します。

Public Overridable Function GetProgIdForType( _
   ByVal type As Type _) As String Implements IRegistrationServices.GetProgIdForType
[C#]
public virtual string GetProgIdForType(Typetype);
[C++]
public: virtual String* GetProgIdForType(Type* type);
[JScript]
public function GetProgIdForType(
   type : Type) : String;

パラメータ

  • type
    要求されている ProgID に対応する型。

戻り値

指定した型の ProgID。

実装

IRegistrationServices.GetProgIdForType

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

RegistrationServices クラス | RegistrationServices メンバ | System.Runtime.InteropServices 名前空間