ViewObjectClass.Export-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(9)> _
Public Overridable Sub Export ( _
<InAttribute> bstrURL As String, _
<InAttribute> bstrFormat As String _
) Implements View.Export
'Usage
Dim instance As ViewObjectClass
Dim bstrURL As String
Dim bstrFormat As String
CType(instance, View).Export(bstrURL, bstrFormat)
[DispIdAttribute(9)]
public virtual void View.Export (
[InAttribute] string bstrURL,
[InAttribute] string bstrFormat
)
Parameter
- bstrURL
- bstrFormat
Siehe auch
Referenz
ViewObjectClass-Klasse
ViewObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace