Share via


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 物件。

適用於