InfoPathOMHelper.Init2 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此成员仅供内部使用,不能直接在您的代码中使用。
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
参数
- app
- Object
- doc
- Object
- urn
- String
- publicKeyTokens
- String[]
- isFT
- Boolean
- showExceptions
- Boolean