共用方式為


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

例外狀況

集合是唯讀的。

適用於

另請參閱