Sdílet prostřednictvím


ViewObjectClass.ExportAsFixedFormat-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
Public Overridable Sub ExportAsFixedFormat ( _
    <InAttribute> bstrURL As String, _
    <InAttribute> bstrFormat As String, _
    <InAttribute> varExporter As Object _
) Implements View2.ExportAsFixedFormat
'Usage
Dim instance As ViewObjectClass
Dim bstrURL As String
Dim bstrFormat As String
Dim varExporter As Object

CType(instance, View2).ExportAsFixedFormat(bstrURL, bstrFormat, varExporter)
public virtual void View2.ExportAsFixedFormat (
    [InAttribute] string bstrURL,
    [InAttribute] string bstrFormat,
    [InAttribute] Object varExporter
)

Parameter

  • bstrURL
  • bstrFormat
  • varExporter

Siehe auch

Referenz

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