RegistrationServices.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 o 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
O tipo correspondente ao ProgID que está a ser solicitado.
Devoluções
O ProgID para o tipo especificado.
Implementações
- Atributos