Sdílet prostřednictvím


ErrorsCollectionClass.Add-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(2)> _
Public Overridable Function Add ( _
    <InAttribute> varNode As Object, _
    <InAttribute> bstrConditionName As String, _
    <InAttribute> bstrShortErrorMessage As String, _
    <InAttribute> <OptionalAttribute> Optional bstrDetailedErrorMessage As String = "", _
    <InAttribute> <OptionalAttribute> Optional lErrorCode As Integer = 0, _
    <InAttribute> <OptionalAttribute> Optional bstrType As String = "modeless" _
) As ErrorObject Implements Errors.Add
'Usage
Dim instance As ErrorsCollectionClass
Dim varNode As Object
Dim bstrConditionName As String
Dim bstrShortErrorMessage As String
Dim bstrDetailedErrorMessage As String
Dim lErrorCode As Integer
Dim bstrType As String
Dim returnValue As ErrorObject

returnValue = CType(instance, Errors).Add(varNode, bstrConditionName, bstrShortErrorMessage, bstrDetailedErrorMessage, lErrorCode, bstrType)
[DispIdAttribute(2)] 
public virtual ErrorObject Errors.Add (
    [InAttribute] Object varNode,
    [InAttribute] string bstrConditionName,
    [InAttribute] string bstrShortErrorMessage,
    [OptionalAttribute] [InAttribute] string bstrDetailedErrorMessage,
    [OptionalAttribute] [InAttribute] int lErrorCode,
    [OptionalAttribute] [InAttribute] string bstrType
)

Parameter

  • varNode
  • bstrConditionName
  • bstrShortErrorMessage
  • bstrDetailedErrorMessage
  • lErrorCode
  • bstrType

Siehe auch

Referenz

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