IRegistrationServices.GetProgIdForType(Type) Metodo

Definizione

Recupera il ProgID COM per un tipo specificato.

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

Parametri

type
Type

Tipo di cui viene richiesto il ProgID.

Restituisce

ProgID per il tipo specificato.

Attributi

Si applica a