Compartir a través de


Método IRegistrationServices.GetProgIdForType (Type)

 

Publicado: octubre de 2016

Recupera el identificador de programa COM para un tipo especificado.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[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.Type

    Tipo cuyo identificador de programa se solicita.

Valor devuelto

Type: System.String

ProgID del tipo especificado.

Seguridad

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Interfaz IRegistrationServices
Espacio de nombres System.Runtime.InteropServices

Volver al principio