IWebFormReferenceManager.GetTagPrefix(Type) 方法

定义

获取指定对象类型的标记前缀。

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

参数

objectType
Type

对象的类型。

返回

指定对象类型的标记前缀(如果能够找到的话)。

注解

注意

方法 GetTagPrefix 已过时。 GetTagPrefix对 类使用 方法WebFormsReferenceManager实现等效的设计器功能。

适用于

另请参阅