Método IRegistrationServices.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 um tipo especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
string GetProgIdForType(
Type type
)
[SecurityCriticalAttribute]
String^ GetProgIdForType(
Type^ type
)
[<SecurityCriticalAttribute>]
abstract GetProgIdForType :
type:Type -> string
<SecurityCriticalAttribute>
Function GetProgIdForType (
type As Type
) As String
Parâmetros
type
Type: System.TypeO tipo cujo ProgID está sendo solicitado.
Valor Retornado
Type: System.String
O ProgID para o tipo especificado.
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
Interface IRegistrationServices
Namespace System.Runtime.InteropServices
Retornar ao início