ProfileInfoCollection.Remove(String) 方法

定义

从集合中移除具有指定用户名的 ProfileInfo 对象。

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

参数

name
String

要从集合中移除的 UserName 对象的 ProfileInfo

例外

该集合是只读的。

适用于

另请参阅