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 オブジェクト。

適用対象