IRegistrationServices.GetProgIdForType(Type) Metoda

Definice

Načte COM ProgID pro zadaný typ.

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

Parametry

type
Type

Typ, jehož ProgID je požadováno.

Návraty

Id prog pro zadaný typ.

Atributy

Platí pro