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 개체입니다.

적용 대상