Método RegistrationServices.GetProgIdForType (Type)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera o ProgID COM para o tipo especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
public virtual string GetProgIdForType(
Type type
)
public:
[SecurityCriticalAttribute]
virtual String^ GetProgIdForType(
Type^ type
)
[<SecurityCriticalAttribute>]
abstract GetProgIdForType :
type:Type -> string
[<SecurityCriticalAttribute>]
override GetProgIdForType :
type:Type -> string
<SecurityCriticalAttribute>
Public Overridable Function GetProgIdForType (
type As Type
) As String
Parâmetros
type
Type: System.TypeO tipo correspondente ao ProgID que está sendo solicitado.
Valor Retornado
Type: System.String
O ProgID para o tipo especificado.
Implementa
IRegistrationServices.GetProgIdForType(Type)
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe RegistrationServices
Namespace System.Runtime.InteropServices
Retornar ao início