次の方法で共有


XmlFormHostItem.QueryContract メソッド

このメソッドは、内部の使用に予約されています。コードから直接使用するためのものではありません。

名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (microsoft.office.infopath.dll 内)

構文

'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
Protected Overrides Function QueryContract ( _
    contractIdentifier As String _
) As IContract
'使用
Dim contractIdentifier As String
Dim returnValue As IContract

returnValue = Me.QueryContract(contractIdentifier)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")] 
protected override IContract QueryContract (
    string contractIdentifier
)

パラメータ

  • contractIdentifier

関連項目

参照

XmlFormHostItem クラス
XmlFormHostItem のメンバ
Microsoft.Office.InfoPath 名前空間