Sdílet prostřednictvím


ErrorsCollectionClass.Delete-Methode

Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(3)> _
Public Overridable Sub Delete ( _
    <InAttribute> varNode As Object, _
    <InAttribute> bstrConditionName As String _
) Implements Errors.Delete
'Usage
Dim instance As ErrorsCollectionClass
Dim varNode As Object
Dim bstrConditionName As String

CType(instance, Errors).Delete(varNode, bstrConditionName)
[DispIdAttribute(3)] 
public virtual void Errors.Delete (
    [InAttribute] Object varNode,
    [InAttribute] string bstrConditionName
)

Parameter

  • varNode
  • bstrConditionName

Siehe auch

Referenz

ErrorsCollectionClass-Klasse
ErrorsCollectionClass-Member
Microsoft.Office.Interop.InfoPath-Namespace