ICLRExtensions.PutCancellationInfo-Methode
Dieser Member wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Sub PutCancellationInfo ( _
<InAttribute> vfSuppressUI As Boolean, _
<InAttribute> bstrMessage As String, _
<InAttribute> bstrDetails As String _
)
'Usage
Dim instance As ICLRExtensions
Dim vfSuppressUI As Boolean
Dim bstrMessage As String
Dim bstrDetails As String
instance.PutCancellationInfo(vfSuppressUI, bstrMessage, bstrDetails)
void PutCancellationInfo (
[InAttribute] bool vfSuppressUI,
[InAttribute] string bstrMessage,
[InAttribute] string bstrDetails
)
Parameter
- vfSuppressUI
- bstrMessage
- bstrDetails
Siehe auch
Referenz
ICLRExtensions-Schnittstelle
ICLRExtensions-Member
Microsoft.Office.Interop.InfoPath-Namespace