共用方式為


IInternalConfigHost.GetConfigTypeName(Type) 方法

定義

傳回字串,表示代表組態型別之 Type 物件的型別名稱。

public:
 System::String ^ GetConfigTypeName(Type ^ t);
public string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
Public Function GetConfigTypeName (t As Type) As String

參數

t
Type

Type 物件。

傳回

字串,表示代表組態型別之 Type 物件的型別名稱。

適用於