IRegistrationServices.GetProgIdForType(Type) Método

Definición

Recupera el identificador de programa COM para el tipo especificado.

public:
 System::String ^ GetProgIdForType(Type ^ type);
public string GetProgIdForType (Type type);
[System.Security.SecurityCritical]
public string GetProgIdForType (Type type);
abstract member GetProgIdForType : Type -> string
[<System.Security.SecurityCritical>]
abstract member GetProgIdForType : Type -> string
Public Function GetProgIdForType (type As Type) As String

Parámetros

type
Type

Tipo cuyo identificador de programa se solicita.

Devoluciones

Identificador de programa del tipo especificado.

Atributos

Se aplica a