Sdílet prostřednictvím


ExternalApplicationClass.Open-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(5)> _
Public Overridable Sub Open ( _
    <InAttribute> bstrDocumentURI As String, _
    <InAttribute> <OptionalAttribute> Optional dwBehavior As Integer = 1 _
) Implements _ExternalApplication.Open
'Usage
Dim instance As ExternalApplicationClass
Dim bstrDocumentURI As String
Dim dwBehavior As Integer

CType(instance, _ExternalApplication).Open(bstrDocumentURI, dwBehavior)
[DispIdAttribute(5)] 
public virtual void _ExternalApplication.Open (
    [InAttribute] string bstrDocumentURI,
    [OptionalAttribute] [InAttribute] int dwBehavior
)

Parameter

  • bstrDocumentURI
  • dwBehavior

Siehe auch

Referenz

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