IRegistrationServices.GetProgIdForType(Type) Méthode

Définition

Récupère le ProgID COM pour un type spécifié.

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

Paramètres

type
Type

Type dont le ProgID est demandé.

Retours

ProgID pour le type spécifié.

Attributs

S’applique à