IRegistrationServices.GetProgIdForType(Type) Methode

Definition

Ruft die COM-ProgID für einen angegebenen Typ ab.

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

Parameter

type
Type

Der Typ, dessen ProgID angefordert wird.

Gibt zurück

Die ProgID für den angegebenen Typ.

Attribute

Gilt für: