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 已过时。 将GetTagPrefixWebFormsReferenceManager类上的方法用于等效设计器功能。

适用于

另请参阅