指定した型の COM ProgID を取得します。
Function GetProgIdForType( _
ByVal type As Type _) As String
[C#]
string GetProgIdForType(
Typetype);
[C++]
String* GetProgIdForType(
Type* type);
[JScript]
function GetProgIdForType(
type : Type) : String;
パラメータ
- type
ProgID を要求する対象の型。
戻り値
指定した型の ProgID。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IRegistrationServices インターフェイス | IRegistrationServices メンバ | System.Runtime.InteropServices 名前空間