RegistrationServices.GetProgIdForType(Type) 方法

定義

擷取指定型別的 COM ProgID。

public:
 virtual System::String ^ GetProgIdForType(Type ^ type);
public virtual string GetProgIdForType (Type type);
[System.Security.SecurityCritical]
public virtual string GetProgIdForType (Type type);
abstract member GetProgIdForType : Type -> string
override this.GetProgIdForType : Type -> string
[<System.Security.SecurityCritical>]
abstract member GetProgIdForType : Type -> string
override this.GetProgIdForType : Type -> string
Public Overridable Function GetProgIdForType (type As Type) As String

參數

type
Type

與所要求之 ProgID 對應的型別。

傳回

指定型別的 ProgID。

實作

屬性

適用於