IRegistrationServices.GetProgIdForType(Type) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar COM ProgID för en angiven 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
Parametrar
- type
- Type
Den typ vars ProgID begärs.
Returer
ProgID för den angivna typen.
- Attribut