Freigeben über


TaskValidationMessage.IsMatch-Methode (IVsTaskItem)

Bestimmt, ob das angegebene taskItem die empfangene Nachricht darstellt.

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function IsMatch ( _
    taskItem As IVsTaskItem _
) As Boolean
[CLSCompliantAttribute(false)]
public bool IsMatch(
    IVsTaskItem taskItem
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

TaskValidationMessage Klasse

IsMatch-Überladung

Microsoft.VisualStudio.Modeling.Shell-Namespace