IRegistrationServices.GetProgIdForType(Type) Метод

Определение

Извлекает идентификатор ProgID COM для указанного типа.

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

Параметры

type
Type

Тип, запрашиваемый идентификатором ProgID.

Возвращаемое значение

Идентификатор ProgID для заданного типа.

Атрибуты

Применяется к