SharepointListQueryConnection.QueryThisFormOnly プロパティ
メモ: この API は現在は使用されていません。
クエリ操作が現在のフォームに対してのみ適用されるかどうかを取得します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (Microsoft.Office.InfoPath.dll)
構文
'宣言
<ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")> _
Public MustOverride ReadOnly Property QueryThisFormOnly As Boolean
Get
'使用
Dim instance As SharepointListQueryConnection
Dim value As Boolean
value = instance.QueryThisFormOnly
[ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")]
public abstract bool QueryThisFormOnly { get; }
プロパティ値
型: System.Boolean
クエリが現在のフォームに対してのみ適用される場合は true、それ以外の場合は false。
解説
フォームが SharePoint ワークフローの一部である場合、クエリ操作は現在のフォームに対してのみ適用されます。このプロパティの値は、フォーム テンプレートのフォーム定義ファイル (.xsf) の xsf:extensions/xsf:extension/xsf2:solutionDefinition/xsf2:solutionDefinition/xsf2:dataConnections/xsf2:sharePointListAdapterExt/ 要素の queryThisFormOnly 属性の値に対応しています。
このメンバーには、現在開いているフォームと同じドメインで実行中のフォーム、またはクロスドメインのアクセス許可が与えられたフォームのみがアクセスできます。
この型またはメンバーには、Microsoft InfoPath Filler または Web ブラウザーで開かれたフォームを実行中のコードからアクセスできます。
関連項目
参照
SharepointListQueryConnection クラス