RegistrationServices.GetProgIdForType Method
.NET Framework 1.1
Retrieves the COM ProgID for the specified type.
[Visual Basic] Public Overridable Function GetProgIdForType( _ ByVal type As Type _ ) As String Implements IRegistrationServices.GetProgIdForType [C#] public virtual string GetProgIdForType( Type type ); [C++] public: virtual String* GetProgIdForType( Type* type ); [JScript] public function GetProgIdForType( type : Type ) : String;
Parameters
- type
- The type corresponding to the ProgID that is being requested.
Return Value
The ProgID for the specified type.
Implements
IRegistrationServices.GetProgIdForType
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace