RegistrationServices.GetProgIdForType(Type) Método

Definición

Obtiene el identificador de programa COM del tipo especificado.

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

Parámetros

type
Type

Tipo que se corresponde con el identificador de programa solicitado.

Devoluciones

Identificador de programa del tipo especificado.

Implementaciones

Atributos

Se aplica a