IWebFormReferenceManager.GetTagPrefix(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定对象类型的标记前缀。
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实现等效的设计器功能。