IRegistrationServices.GetProgIdForType(Type) Método

Definição

Recupera o ProgID COM para um 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

O tipo cujo ProgID está sendo solicitado.

Retornos

O ProgID para o tipo especificado.

Atributos

Aplica-se a