IRegistrationServices.GetProgIdForType(Type) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recupera o COM ProgID 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á a ser solicitado.
Devoluções
O ProgID para o tipo especificado.
- Atributos