IRunningTaskFormsService.Remove(String, IContext) Méthode

Définition

Supprime la première occurrence d’un objet spécifique dans la collection.

public:
 bool Remove(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool Remove (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member Remove : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function Remove (taskFormMoniker As String, context As IContext) As Boolean

Paramètres

taskFormMoniker
String

Moniker actuel de la boîte de dialogue à ouvrir.

context
IContext

Nœud où le clic s'est produit.

Retours

true si l'élément a été supprimé avec succès de la collection ; sinon, false.

S’applique à