RegistrationServices.GetProgIdForType-Methode: (Type)
Veröffentlicht: Oktober 2016
Ruft die COM-ProgID für den angegebenen Typ ab.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
[SecurityCriticalAttribute]
public virtual string GetProgIdForType(
Type type
)
public:
[SecurityCriticalAttribute]
virtual String^ GetProgIdForType(
Type^ type
)
[<SecurityCriticalAttribute>]
abstract GetProgIdForType :
type:Type -> string
[<SecurityCriticalAttribute>]
override GetProgIdForType :
type:Type -> string
<SecurityCriticalAttribute>
Public Overridable Function GetProgIdForType (
type As Type
) As String
Parameter
type
Type: System.TypeDer Typ für die ProgID, die angefordert werden.
Rückgabewert
Type: System.String
Die ProgID für den angegebenen Typ.
Implementiert
IRegistrationServices.GetProgIdForType(Type)
Sicherheit
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
RegistrationServices-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang