InfoPathOMHelper.Init2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This member is reserved for internal use and is not intended to be used directly from your code.
public:
System::String ^ Init2(System::Object ^ app, System::Object ^ doc, System::String ^ urn, cli::array <System::String ^> ^ publicKeyTokens, bool isFT, bool showExceptions);
public string Init2 (object app, object doc, string urn, string[] publicKeyTokens, bool isFT, bool showExceptions);
member this.Init2 : obj * obj * string * string[] * bool * bool -> string
Public Function Init2 (app As Object, doc As Object, urn As String, publicKeyTokens As String(), isFT As Boolean, showExceptions As Boolean) As String
Parameters
- app
- Object
- doc
- Object
- urn
- String
- publicKeyTokens
- String[]
- isFT
- Boolean
- showExceptions
- Boolean