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

UserNameProfileInfo从集合中移除的对象。

例外

集合为只读。

适用于

另请参阅