TagPrefixCollection.Remove(TagPrefixInfo) 方法

定义

从集合中删除指定的对象。

public:
 void Remove(System::Web::Configuration::TagPrefixInfo ^ tagPrefixInformation);
public void Remove (System.Web.Configuration.TagPrefixInfo tagPrefixInformation);
member this.Remove : System.Web.Configuration.TagPrefixInfo -> unit
Public Sub Remove (tagPrefixInformation As TagPrefixInfo)

参数

tagPrefixInformation
TagPrefixInfo

集合中的 TagPrefixInfo 对象。

适用于